get_scope_variables
Inspect variables in a paused JavaScript call frame. Provide a frame index and scope type to retrieve current values.
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 |
|---|---|---|---|
| scopeType | No | Scope type to inspect | local |
| frameIndex | No | Call frame index (0 = top frame) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variables | Yes |