evaluate
Run JavaScript expressions in a specific call frame while paused during Electron debugging to inspect or modify runtime state.
Instructions
Evaluate JavaScript in a specific call frame. Only works when paused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | JavaScript expression to evaluate | |
| call_frame_id | Yes | Call frame ID from call_stack() | |
| connection_id | No | Chrome connection to use |