debuggerSetBreakpoints
Set breakpoints in the ABAP debugger to pause program execution at specified lines or conditions, enabling step-by-step analysis of code.
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. | |
| 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. |