I got a complex code for maintenance and noticed that a table is constantly updating causing page to slow down.
I would like to know if you have any browsers option (chrome preference), which allows me to stop javascript execution and go to the current line that was being executed.
The point is that I do not know the line to be debugged. It has several JS files referenced and I suppose it has some script running with a setTimeout.