insert_watchpoint
Set a watchpoint on a variable to pause execution when its value changes during an active debug session. Optionally specify a condition for the watchpoint.
Instructions
Set a watchpoint on a variable. Execution will pause when the variable's value changes. Must have an active debug session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variable_name | Yes | Variable name to watch (e.g. VBAK-FAKSK) | |
| condition | No | Optional condition expression for the watchpoint | |
| system_id | No | SAP system ID (e.g. DEV). Omit to use default system. |