debuggerSetBreakpoints
Sets breakpoints in SAP ABAP debugger sessions to pause execution at specified code lines for inspection and analysis.
Instructions
Sets breakpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | The user. | |
| ideId | Yes | The IDE ID. | |
| scope | No | The debugger scope. | |
| clientId | Yes | The client ID. | |
| 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. | |
| terminalId | Yes | The terminal ID. | |
| breakpoints | Yes | An array of breakpoints. | |
| deactivated | No | Whether to deactivate the breakpoints. | |
| syncScupeUrl | No | The URL for scope synchronization. | |
| debuggingMode | Yes | The debugging mode. | |
| systemDebugging | No | Whether to enable system debugging. |