public abstract class XStackFrame extends XValueContainer
XValueContainer.computeChildren(com.intellij.xdebugger.frame.XCompositeNode)
to show local variable, parameters, fields available in the frameConstructor and Description |
---|
XStackFrame() |
Modifier and Type | Method and Description |
---|---|
void |
customizePresentation(ColoredTextContainer component)
Customize presentation of the stack frame in frames list
|
java.lang.Object |
getEqualityObject()
If stack frame is not changed after step expanded nodes and selection will be restored in 'Variables' tree.
|
XDebuggerEvaluator |
getEvaluator()
Implement to support evaluation in debugger (conditional breakpoints, logging message on breakpoint, "Evaluate" action, watches)
|
XSourcePosition |
getSourcePosition() |
computeChildren
public java.lang.Object getEqualityObject()
public XDebuggerEvaluator getEvaluator()
public XSourcePosition getSourcePosition()
public void customizePresentation(ColoredTextContainer component)
component
- component