How to terminate script execution when debugging in Google Chrome?
As of April 2018, you can stop infinite loops in Chrome:
- Open the Sources panel in Developer Tools (Ctrl+Shift+I**).
- Click the Pause button to Pause script execution.
Also note the shortcut keys: F8 and Ctrl+\
In Chrome, there is "Task Manager", accessible via Shift+ESC or through
Menu → More Tools → Task Manager
You can select your page task and end it by pressing "End Process" button.