debuggerSetVariableValue
Set the value of a variable in a debugger session to modify program behavior during debugging.
Instructions
Sets the value of a debugger variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The new value of the variable. | |
| connection | No | Optional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches. | |
| variableName | Yes | The name of the variable. |