Answer the question
In order to leave comments, you need to log in
js debugger in the browser, how to track the progress of the program?
How can you track the progress of a js program (to show exactly all synchronous and asynchronous operations)?. It seems that I realized that this can be done through the built-in debugger in the browser, but does it need to be manually clicked on each element? Maybe there are some services / tips?
Now I do it like this: I go in and set all the breakpoints manually, is it okay to do this?
Answer the question
In order to leave comments, you need to log in
When you arrive at the breakpoint, you can go further by steps. there are buttons for that
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question