debuggerStep
Execute a debugger step in SAP ABAP development to control code execution flow, allowing developers to analyze program behavior line by line during debugging sessions.
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". |