struct SetExpressionRequest
Defined at line 2047 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
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 corresponding capability
`supportsSetExpression` is true. If a debug adapter implements both
`setExpression` and `setVariable`, a client uses `setExpression` if the
variable has an `evaluateName` property.
Public Members
basic_string expression
optional format
optional frameId
basic_string value