debuggerSetBreakpoints
Set breakpoints in ABAP code for debugging sessions. Configure debugging parameters and manage breakpoint arrays 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. |