I would like to inspect a web page which has a lot of DOM animation on it. Is there a Chrome plugin or any way to pause the webpage?
For example a Chrome button to pause the Javascript would do the trick.
Modern versions of Chrome will pause execution when you press the pause shortcut key while focused in either the Dev Tools window or the main content window (if the DevTools are open), and regardless of which DevTools tab is active. No additional setup or extensions required.
Yes, just run debugger;
in the console.
It will immediately break the execution at this very statement.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With