Hey does anybody know if it is possible to somehow use the browser dev tools to visualize the objects created by a running javascript and the links between them, while the script is running? Or if there's some tool or library or browser plugin for such a thing?

I want to be able to see in real time the node tree that the new parser I need to build for UTC 1.0 generates as I use and test my little tool so I can get a sense of how it's working-as-coded.

#webdev #javascript