get_scopes
Retrieve variable scopes for a stack frame by providing its frame ID, obtained from the call stack. Returns a reference to use with get_variables.
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 |