Uses of Interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerVariable
Packages that use IDebuggerVariable
Package
Description
Types used by debugger plugins.
Standard implementations of debugger related interfaces.
-
Uses of IDebuggerVariable in com.pnfsoftware.jeb.core.units.code.debug
Methods in com.pnfsoftware.jeb.core.units.code.debug that return IDebuggerVariableModifier and TypeMethodDescriptionIDebuggerThreadStackFrame.getInternalParameter
(int index, String typeInformation) Get a specific internal parameter in this frame.Methods in com.pnfsoftware.jeb.core.units.code.debug that return types with arguments of type IDebuggerVariableModifier and TypeMethodDescriptionList<? extends IDebuggerVariable>
IDebuggerThreadStackFrame.getVariables()
Read all variables that can be read on this stack frame.List<? extends IDebuggerVariable>
IDebuggerThreadStackFrame.getVariables
(boolean debugVarsOnly) Methods in com.pnfsoftware.jeb.core.units.code.debug with parameters of type IDebuggerVariableModifier and TypeMethodDescriptionboolean
IDebuggerThreadStackFrame.setVariable
(IDebuggerVariable variable) Updates a variable on this stack frame. -
Uses of IDebuggerVariable in com.pnfsoftware.jeb.core.units.code.debug.impl
Methods in com.pnfsoftware.jeb.core.units.code.debug.impl that return types with arguments of type IDebuggerVariableModifier and TypeMethodDescriptionabstract List<? extends IDebuggerVariable>
ValueArray.getElements
(int index, int count) Get a slice of this array.abstract List<? extends IDebuggerVariable>
AbstractValueComposite.getValue()
Methods in com.pnfsoftware.jeb.core.units.code.debug.impl with parameters of type IDebuggerVariableModifier and TypeMethodDescriptionstatic boolean
DebuggerUtil.valueEquals
(IDebuggerVariable va, IDebuggerVariable vb) Fast test equality between two variable values.