debugging - Using Chrome JavaScript Debugger / How to break on page loading events - Stack Overflow
In Chrome's Developer Tools, go to the Sources tab. On the right, open up Event Listener Breakpoints, and you can set breakpoints on events.
It sounds as if you'll want to set your breakpoint on DOMContentLoaded, which is under the DOM Mutation section.
After you do this, reload the page and you'll end up in the debugger.
Read full article from debugging - Using Chrome JavaScript Debugger / How to break on page loading events - Stack Overflow
No comments:
Post a Comment