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