|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRunToLine
Provides the ability to run a debug target to the given line.
| Method Summary | |
|---|---|
boolean |
canRunToLine(IFile file,
int lineNumber)
Returns whether this operation is currently available for this file and line number. |
void |
runToLine(IFile file,
int lineNumber,
boolean skipBreakpoints)
Causes this element to run to specified location. |
| Method Detail |
|---|
boolean canRunToLine(IFile file,
int lineNumber)
void runToLine(IFile file,
int lineNumber,
boolean skipBreakpoints)
throws DebugException
DebugException - on failure. Reasons include:
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||