Package | Description |
---|---|
org.eclipse.debug.core.model |
Defines interfaces for debug model elements, source lookup, and launching.
|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
Modifier and Type | Interface and Description |
---|---|
interface |
IRegister
A register is a special kind of variable that is contained
in a register group.
|
Modifier and Type | Method and Description |
---|---|
IVariable |
IIndexedValue.getVariable(int offset)
Returns the variable at the given offset in this collection.
|
IVariable[] |
IStackFrame.getVariables()
Returns the visible variables in this stack frame.
|
IVariable[] |
IValue.getVariables()
Returns the visible variables in this value.
|
IVariable[] |
IIndexedValue.getVariables(int offset,
int length)
Returns a subset of the elements in this collection of variables as
specified by the given offset and length.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IWatchExpressionFactoryAdapterExtension.canCreateWatchExpression(IVariable variable)
Returns whether a watch expression can be created for the specified variable.
|
String |
IWatchExpressionFactoryAdapter.createWatchExpression(IVariable variable)
Creates and returns an expression for the specified variable
which is used to created an
IWatchExpression . |
boolean |
IVariableValueEditor.editVariable(IVariable variable,
Shell shell)
Edits the given variable, if appropriate.
|
boolean |
IVariableValueEditor.saveVariable(IVariable variable,
String expression,
Shell shell)
Saves the given expression to the given variable, if appropriate.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.