get_contexts
Retrieve variable contexts including Local, Superglobals, and User-defined constants at the current debugging position to inspect PHP application state during debugging sessions.
Instructions
Get available variable contexts (Local, Superglobals, User-defined constants) at the current position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stack_depth | No | Stack frame depth (0 = current frame) | |
| session_id | No | Session ID |