debuggerSetBreakpoints
Set breakpoints in ABAP code for debugging sessions. Configure debugging mode, specify breakpoint locations, and manage debugging scope to control program execution flow.
Instructions
Sets breakpoints.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debuggingMode | Yes | The debugging mode. | |
| terminalId | Yes | The terminal ID. | |
| ideId | Yes | The IDE ID. | |
| clientId | Yes | The client ID. | |
| breakpoints | Yes | An array of breakpoints. | |
| user | Yes | The user. | |
| scope | No | The debugger scope. | |
| systemDebugging | No | Whether to enable system debugging. | |
| deactivated | No | Whether to deactivate the breakpoints. | |
| syncScupeUrl | No | The URL for scope synchronization. |