debug_get_scopes
Retrieve variable scopes (locals, globals) for a stack frame in a debug session. Use session and frame IDs to inspect scope contents.
Instructions
Get variable scopes for a stack frame (locals, globals, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame_id | Yes | Stack frame ID | |
| session_id | Yes | Debug session ID |