DEV Community

Discussion on: My favorite front-end debugging hack

Collapse
 
cnotv profile image
cnotv

You can set in the DevTools a break on node change and other cases.
You just have to right click the inspected HTML element and it will behave like any other break.