Evaluate in debugger
debugger_evaluateEvaluate JavaScript expressions in a selected Chrome tab, either globally or within a paused call frame, to inspect and manipulate page state.
Instructions
Evaluate an expression globally or on one paused call frame. This executes code in the selected page target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| expression | Yes | ||
| callFrameId | No | ||
| awaitPromise | No | ||
| returnByValue | No | ||
| targetSessionId | No |