Uses of Interface
org.eclipse.debug.core.model.IThread
Package
Description
Defines interfaces for debug model elements, source lookup, and launching.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
-
Uses of IThread in org.eclipse.debug.core.model
Modifier and TypeMethodDescriptionIStackFrame.getThread()
Returns the thread this stack frame is contained in.IThread[]
IDebugTarget.getThreads()
Returns the threads contained in this debug target. -
Uses of IThread in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionvoid
IDebugEditorPresentation.removeAnnotations
(IEditorPart editorPart, IThread thread) Removes any debug related annotations from the given editor.