pause_on_load
Debug script execution from page load by enabling the debugger and injecting a breakpoint at the first statement of newly loaded scripts after reloading the page.
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 | |||