DEV Community

Cover image for Debugging Node.js in VSCode

Debugging Node.js in VSCode

addupe on December 15, 2019

We use a debugging tool, a 'debugger', to track what’s happening in our code line by line, so we can find out where our errors, 'bugs', live and ki...
Collapse
 
jonasgroendahl profile image
Jonas Grøndahl

They made it so simple to get started with debugging directly in VScode. Props to the VScode team! Good writeup :)

Collapse
 
evanplaice profile image
Evan Plaice

Live debugging in VSCode is a super underrated skill that many devs ignore

No joke. Code that used to take me weeks to write takes days now that I can debug JS in detail.

Awesome write up BTW 👍