struct SetVariableRequest

Defined at line 2187 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h

Set the variable with the given name in the variable container to a new

value. Clients should only call this request if the corresponding capability

`supportsSetVariable` is true. If a debug adapter implements both

`setVariable` and `setExpression`, a client will only use `setExpression` if

the variable has an `evaluateName` property.

Public Members

optional format
basic_string name
basic_string value
integer variablesReference