Uses of Interface
org.eclipse.debug.core.model.IDebugElement
-
Packages that use IDebugElement 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. -
-
Uses of IDebugElement in org.eclipse.debug.core.model
Subinterfaces of IDebugElement in org.eclipse.debug.core.model Modifier and Type Interface Description interfaceIDebugTargetA debug target is a debuggable execution context.interfaceIErrorReportingExpressionAn expression that can report errors which occurred during the expression's evaluation.interfaceIExpressionAn expression is a snippet of code that can be evaluated to produce a value.interfaceIIndexedValueA value containing an indexed collection of variables - for example, an array.interfaceIMemoryBlockA contiguous segment of memory in an execution context.interfaceIMemoryBlockExtensionExtensions toIMemoryBlock.interfaceIRegisterA register is a special kind of variable that is contained in a register group.interfaceIRegisterGroupA register group is a group of registers that are assigned to a stack frame.interfaceIStackFrameA stack frame represents an execution context in a suspended thread.interfaceIThreadA thread is a sequential flow of execution in a debug target.interfaceIValueA value represents the value of a variable.interfaceIVariableA variable represents a visible data structure in a stack frame or value.interfaceIWatchExpressionA watch expression is an expression that is evaluated in the context of a specific stack frame, thread, debug target, process, or launch.Classes in org.eclipse.debug.core.model that implement IDebugElement Modifier and Type Class Description classDebugElementImplementation of common function for debug elements.Methods in org.eclipse.debug.core.model with parameters of type IDebugElement Modifier and Type Method Description voidIWatchExpressionDelegate. evaluateExpression(String expression, IDebugElement context, IWatchExpressionListener listener)Evaluates the given expression in the given context asynchronously and notifies the given listener when the evaluation finishes.voidIWatchExpression. setExpressionContext(IDebugElement context)Sets the context for this watch expression, ornullif none. -
Uses of IDebugElement in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IDebugElement Modifier and Type Method Description static IConsoleDebugUITools. getConsole(IDebugElement element)Returns the console associated with the given debug element, ornullif none.
-