debuggerStep
Execute a debugging step in ABAP code to analyze program flow, identify issues, and control execution during development 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". |