View source
typedef SetExpressionRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
SetExpression request; value of command field is 'setExpression'. Evaluates the given 'value' expression and assigns it to the 'expression' which must be a modifiable l-value. The expressions have access to any variables and arguments that are in scope of the specified frame. Clients should only call this request if the capability 'supportsSetExpression' is true.