debuggerStep
Step a stopped ABAP process into, over, out, to a line, or terminate it, then get the current position to refresh stack and variables.
Instructions
Step the stopped process: into, over, out, to a line, or terminate it. Each step answers with where it now stands, so the stack and the variables have to be read again. Terminating ends the debugged program - which is how a stopped work process is let go when the session is over.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The URL for step types "stepRunToLine" or "stepJumpToLine". | |
| steptype | Yes | The type of step to perform. |