public class StackFrameItem
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StackFrameItem.CapturedStackFrame |
Modifier and Type | Field and Description |
---|---|
static XDebuggerTreeNodeHyperlink |
CAPTURE_SETTINGS_OPENER |
Constructor and Description |
---|
StackFrameItem(com.sun.jdi.Location location,
java.util.List<XNamedValue> variables) |
Modifier and Type | Method and Description |
---|---|
XStackFrame |
createFrame(DebugProcessImpl debugProcess) |
static java.util.List<StackFrameItem> |
createFrames(SuspendContextImpl suspendContext,
boolean withVars) |
int |
line() |
java.lang.String |
method() |
java.lang.String |
path() |
static void |
setWithSeparator(XStackFrame frame,
boolean withSeparator) |
java.lang.String |
toString() |
public static final XDebuggerTreeNodeHyperlink CAPTURE_SETTINGS_OPENER
public StackFrameItem(com.sun.jdi.Location location, java.util.List<XNamedValue> variables)
public java.lang.String path()
public java.lang.String method()
public int line()
public static java.util.List<StackFrameItem> createFrames(SuspendContextImpl suspendContext, boolean withVars) throws EvaluateException
EvaluateException
public java.lang.String toString()
toString
in class java.lang.Object
public XStackFrame createFrame(DebugProcessImpl debugProcess)
public static void setWithSeparator(XStackFrame frame, boolean withSeparator)