Inspect DOM while pausing script execution

I have code that changes the DOM at runtime, and I want to check the DOM at runtime. The problem is that if I pause the script (i.e. using a breakpoint), Chrome does not allow me to check the DOM.

Is there any way to do this?

(in particular, I want, for example, to check SVG elements during animation)

+4
source share

All Articles