public interface IRunToLine
Modifier and Type | Method and Description |
---|---|
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.
|
boolean canRunToLine(IFile file, int lineNumber)
void runToLine(IFile file, int lineNumber, boolean skipBreakpoints) throws DebugException
DebugException
- on failure. Reasons include:Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.