M
M
massef2014-11-21 01:40:43
css
massef, 2014-11-21 01:40:43

How to track which file/script is being executed?

Greetings.

A simple example, a site is animating a block or there are interactive elements. How to use the chrome inspector to track which script is currently running?
And then rummaging by hand is not convenient and you will not find it right away.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2014-11-21
@massef

you can put a break on the subtree modification, changing attributes, etc. and there is already a little climb on the stack trace.

S
smartcrio, 2014-11-27
@smartcrio

Yes, debugging will take place more dynamically, and you can put a debugger in this way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question