ABAP Debug Variable
abap_debug_variableRead ABAP variables or evaluate expressions in a selected debug stack frame to inspect runtime data.
Instructions
Read variables or evaluate an ABAP expression in a selected stack frame. Call abap_debug_stack first for frameId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| frameId | Yes | ||
| rowCount | No | ||
| rowStart | No | ||
| threadId | No | ||
| scopeName | No | ||
| expression | No | ||
| connectionId | Yes | ||
| expandTables | No | ||
| maxVariables | No | ||
| variableName | No | ||
| filterPattern | No | ||
| expandStructures | No |