Package | Description |
---|---|
org.eclipse.debug.core.model |
Defines interfaces for debug model elements, source lookup, and launching.
|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
Modifier and Type | Method and Description |
---|---|
IThread |
IStackFrame.getThread()
Returns the thread this stack frame is contained in.
|
IThread[] |
IDebugTarget.getThreads()
Returns the threads contained in this debug target.
|
Modifier and Type | Method and Description |
---|---|
void |
IDebugEditorPresentation.removeAnnotations(IEditorPart editorPart,
IThread thread)
Removes any debug related annotations from the given editor.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.