Answer the question
In order to leave comments, you need to log in
Is there a way to debug Javascript with "break at first line javascript" setting?
There is a very large file with functions. We need to find a function that is executed a couple of seconds after the page is loaded.
What program can be used to "break at first line javascript"? Tell me which way to dig. Thank you!
Answer the question
In order to leave comments, you need to log in
debugger;
at the very beginning of the file, insert and search step by step
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question