get_variables
Retrieve variables for a debug scope or nested object. Supports paging for large arrays and lists.
Instructions
Get variables for a scope or structured variable.
State: STOPPED required. Call get_scopes() first to get variables_reference.
Supports paging for large collections (e.g. arrays, lists).
Args: variables_reference: Reference from get_scopes or a nested variable filter: Filter to "indexed" (array elements) or "named" (properties only) start: Index of first variable to fetch (for paging) count: Maximum number of variables to return (for paging)
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variables_reference | Yes | ||
| filter | No | ||
| start | No | ||
| count | No |