View source
typedef EvaluateArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'evaluate' request.
Fields
optionalframeId:Null<Int>
Evaluate the expression in the scope of this stack frame. If not specified, the expression is evaluated in the global scope.
optionalformat:Null<ValueFormat>
Specifies details on how to format the Evaluate result. The attribute is only honored by a debug adapter if the capability 'supportsValueFormattingOptions' is true.