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