debugger_step
Execute ABAP debugger steps: step into, over, return, continue, run to line, jump to line, or terminate debuggee. Supports batch and action modes for efficient debugging.
Instructions
Execute a debug step. stepInto/stepOver/stepReturn/stepContinue use batch mode (step+getStack). stepRunToLine/stepJumpToLine/terminateDebuggee use action mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step_type | Yes | Step type: stepInto, stepOver, stepReturn, stepContinue, stepRunToLine, stepJumpToLine, terminateDebuggee | |
| uri | No | Source URI (required for stepRunToLine/stepJumpToLine) | |
| system_id | No | SAP system ID (e.g. DEV). Omit to use default system. |