Arguments for 'evaluate' request.

Fields

@:optionaloptionalframeId:Null<Int>

Evaluate the expression in the scope of this stack frame. If not specified, the expression is evaluated in the global scope.

@:optionaloptionalformat: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.

expression:String

The expression to evaluate.

@:optionaloptionalcontext:Null<EvaluateArgumentsContext>

The context in which the evaluate request is run.