B
B
bzotsss2021-03-28 18:28:23
JavaScript
bzotsss, 2021-03-28 18:28:23

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?6060a08faaf37884699894.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-03-28
@bzotsss

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 question

Ask a Question

731 491 924 answers to any question