Class StackTraceArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.StackTraceArguments
Arguments for 'stackTrace' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StackTraceArgumentsbooleanSpecifies details on how to format the stack frames.The maximum number of frames to return.The index of the first frame to return; if omitted frames start at 0.intRetrieve the stacktrace for this thread.inthashCode()setFormat(StackFrameFormat format) setStartFrame(Integer startFrame) setThreadId(int threadId)
-
Method Details
-
getThreadId
public int getThreadId()Retrieve the stacktrace for this thread. -
setThreadId
-
getStartFrame
The index of the first frame to return; if omitted frames start at 0. -
setStartFrame
-
getLevels
The maximum number of frames to return. If levels is not specified or 0, all frames are returned. -
setLevels
-
getFormat
Specifies details on how to format the stack frames. The attribute is only honored by a debug adapter if the capability 'supportsValueFormattingOptions' is true. -
setFormat
-
equals
-
hashCode
public int hashCode() -
create
-