|
||||||||||
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(IAddress address)
Returns whether this operation is currently available for this element. |
void |
runToAddress(IAddress address,
boolean skipBreakpoints)
Causes this element to run to specified address. |
Method Detail |
---|
boolean canRunToAddress(IAddress address)
void runToAddress(IAddress address, boolean skipBreakpoints) throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException
- on failure. Reasons include:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |