DEV Community

Discussion on: Stop only using console.log and use the built-in node debugger

Collapse
 
leob profile image
leob

I know (and knew) that there is a node.js debugger, but there are still cases where inserting a console.log statement is the quickest and most practical way to know what's going on. So in my opinion the title of your article should rather be "Stop using console.log ONLY" :-)

Collapse
 
nyxtom profile image
Tom Holloway 🏕

Done! Fixed :)

Collapse
 
leob profile image
leob • Edited

Champ! :-)