getScopeVariables
Inspect local, closure, and module scope variables at the currently paused JavaScript call frame. Use frameIndex to view parent frames.
Instructions
[STEP 6a] Read all scope variables (local, closure, module) at the currently paused call frame. Call this immediately after waitForSpecificPause or waitForPause returns. Results are grouped by scope type; global scope is skipped. Use frameIndex=1, 2, ... to inspect variables in parent call frames up the stack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frameIndex | No | Call frame index (default 0, the topmost frame) |