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