Module Debug_protocol.Set_expression_command

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.

val type_ : string
module Arguments : sig ... end
module Result : sig ... end