get_scopes
Gets variable scopes for a stack frame when stopped. Requires frame_id from get_call_stack, returns reference for variable retrieval.
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 |