ISourceLocator.getSourceElement(
IStackFrame stackFrame)
Returns a source element that corresponds to the given stack frame, or
null if a source element could not be located.
IDebugEditorPresentation.addAnnotations(
IEditorPart editorPart,
IStackFrame frame)
Positions and adds annotations to the given editor for the specified
stack frame and returns whether any annotations were added.
IInstructionPointerPresentation.getInstructionPointerAnnotation(
IEditorPart editorPart,
IStackFrame frame)
Returns an annotation used for the specified stack frame in the specified
editor, or null if a default annotation should be used.
IInstructionPointerPresentation.getInstructionPointerAnnotationType(
IEditorPart editorPart,
IStackFrame frame)
Returns an identifier of a org.eclipse.ui.editors.annotationTypes extension used for
the specified stack frame in the specified editor, or null if a default annotation
should be used.
IInstructionPointerPresentation.getInstructionPointerImage(
IEditorPart editorPart,
IStackFrame frame)
Returns the instruction pointer image used for the specified stack frame in the specified
editor, or null if a default image should be used.
IInstructionPointerPresentation.getInstructionPointerText(
IEditorPart editorPart,
IStackFrame frame)
Returns the text to associate with the instruction pointer annotation used for the
specified stack frame in the specified editor, or null if a default
message should be used.