|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRunToAddress
Provides the ability to run a debug target to the given address
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean canRunToAddress(BigInteger address)
void runToAddress(BigInteger address,
boolean skipBreakpoints)
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException - on failure. Reasons include:
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||