pause_on_load
Injects a breakpoint at the first script statement upon page reload, enabling debugging from load. Note: reloads page and destroys unsaved state.
Instructions
Enables the debugger and injects a breakpoint at the first statement of any script loaded after reloading the page. Side effects: reloads the current page (destructive of unsaved state). Prerequisites: requires an active Chrome tab. Returns: confirmation of debugger enablement and page reload. Use this to debug script execution from the page load. Alternatives: 'set_breakpoint' for targeting specific scripts/lines, 'pause_on_exceptions' for exception-based pausing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||