debuggerStep
Execute debugger steps in ABAP systems to control program flow during debugging sessions, supporting various step types including run-to-line and jump-to-line operations.
Instructions
Performs a debugger step.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steptype | Yes | The type of step to perform. | |
| url | No | The URL for step types "stepRunToLine" or "stepJumpToLine". |