DEV Community

Discussion on: How to Debug JavaScript Quickly

Collapse
 
dfabu profile image
Dan Fabulich

There's a better way to debug Node with Chrome. On the chrome://inspect page, there's a link at the top, "Open dedicated DevTools for Node." It will automatically attach and re-attach to Node processes that open port 9229, so you don't have to keep going back to chrome://inspect and re-launching Dev Tools from there.

Collapse
 
leewarrickjr profile image
Lee Warrick • Edited

awesome I will test this and amend the post!