|
PTP Release 5.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(org.eclipse.core.resources.IFile file,
int lineNumber)
Returns whether this operation is currently available for this file and line number. |
boolean |
canJumpToLine(String fileName,
int lineNumber)
Returns whether this operation is currently available for this file and line number. |
void |
jumpToLine(org.eclipse.core.resources.IFile file,
int lineNumber)
Causes this element to resume the execution at the specified line. |
void |
jumpToLine(String fileName,
int lineNumber)
Causes this element to resume the execution at the specified line. |
| Method Detail |
|---|
boolean canJumpToLine(org.eclipse.core.resources.IFile file,
int lineNumber)
void jumpToLine(org.eclipse.core.resources.IFile file,
int lineNumber)
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException - on failure. Reasons include:
boolean canJumpToLine(String fileName,
int lineNumber)
void jumpToLine(String fileName,
int lineNumber)
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 | |||||||||