get_scope_variables
Inspect variable values in a paused execution's call frame scope. Use after get_debugger_state to view local, closure, or other scope variables.
Instructions
Inspect variable values in a call frame scope. Only works when execution is paused. Use get_debugger_state first to find available frame indices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frameIndex | No | Call frame index (0 = top frame) | |
| scopeType | No | Scope type to inspect | local |