Pause Script Execution in Chrome
- One minute read - 61 wordsAnytime Chrome loads a webpage, you can pause script execution without a debugger.
Open the Sources tab and then click pause. Or, if you prefer to be hands-on-keyboard, type CMD + \
or F8
.
This aids debugging, and I find it interesting to see all the scripts that run on a production website, even after it appears that loading is complete.