View source
typedef SetExpressionArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'setExpression' request.
Fields
optionalframeId:Null<Int>
Evaluate the expressions in the scope of this stack frame. If not specified, the expressions are evaluated in the global scope.