execution
Pause, resume, step over, step into, or step out of code execution at breakpoints. Acknowledge breakpoint pauses to run other tools.
Instructions
Control execution flow when paused at breakpoints. Actions: pause (pause execution), resume (resume execution), stepOver (step to next line), stepInto (step into function call), stepOut (step out of current function), acknowledge (acknowledge breakpoint pause to allow other tools to run while paused)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Execution control action to perform | |
| connectionReason | No | Connection reference (use the reference from launchChrome output, e.g., "unnamed-connection-default" or your renamed tab) |