debuggerStep
Execute a debugger step in ABAP development to advance code execution and inspect program behavior 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". |