debugger_goto_stack
Navigate to a specific stack frame in the ABAP debugger using stack type and 0-based position. Inspect variables and program state at that execution point.
Instructions
Navigate to a specific stack frame in the debugger
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stack_type | Yes | Stack type identifier | |
| position | Yes | Stack position (0-based) | |
| system_id | No | SAP system ID (e.g. DEV). Omit to use default system. |