get_scopes
Retrieve variable scopes for a stack frame to enable variable inspection during debugging. Requires a stopped state and a valid frame_id from get_call_stack().
Instructions
Get variable scopes for a stack frame.
State: STOPPED required. Call get_call_stack() first to get frame_id. Returns variables_reference for get_variables().
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame_id | No |