debuggerStep
Perform debugger steps (step into, over, out, run to line, jump to line) in SAP ABAP systems to control execution flow during debugging sessions.
Instructions
Performs a debugger step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The URL for step types "stepRunToLine" or "stepJumpToLine". | |
| steptype | Yes | The type of step to perform. | |
| 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. |