public interface IRunToAddress
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRunToAddress(java.math.BigInteger address)
Returns whether this operation is currently available for this element.
|
void |
runToAddress(java.math.BigInteger address,
boolean skipBreakpoints)
Causes this element to run to specified address.
|
boolean canRunToAddress(java.math.BigInteger address)
void runToAddress(java.math.BigInteger address,
boolean skipBreakpoints)
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException - on failure. Reasons include:Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.