|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJumpToLine
Provides the ability to resume a debug target at the given line
| Method Summary | |
|---|---|
boolean |
canJumpToLine(IFile file,
int lineNumber)
Returns whether this operation is currently available for this file and line number. |
void |
jumpToLine(IFile file,
int lineNumber)
Causes this element to resume the execution at the specified line. |
| Method Detail |
|---|
boolean canJumpToLine(IFile file,
int lineNumber)
void jumpToLine(IFile file,
int lineNumber)
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 | |||||||||