View source
typedef StackTraceArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'stackTrace' request.
Fields
optionallevels:Null<Int>
The maximum number of frames to return. If levels is not specified or 0, all frames are returned.
optionalformat:Null<StackFrameFormat>
Specifies details on how to format the stack frames. The attribute is only honored by a debug adapter if the capability 'supportsValueFormattingOptions' is true.