public interface IRunToLine
| Modifier and Type | Method and Description |
|---|---|
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(java.lang.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(java.lang.String fileName,
int lineNumber,
boolean skipBreakpoints)
Causes this element to run to specified location.
|
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(java.lang.String fileName,
int lineNumber)
void runToLine(java.lang.String fileName,
int lineNumber,
boolean skipBreakpoints)
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException - on failure. Reasons include:Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.