Issue
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.
Solution
Yes, just run debugger;
in the console.
It will immediately break the execution at this very statement.
Answered By - zerkms
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.