debug_evaluate
Evaluate expressions in the active debug session. Specify a stack frame or context (repl, watch, hover) to inspect variables and test code while paused at a breakpoint.
Instructions
Evaluate an expression in the debuggee context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Context: repl, watch, hover | repl |
| frame_id | No | Stack frame context | |
| expression | Yes | Expression to evaluate | |
| session_id | Yes | Debug session ID |