Skip to main content
How to debug a Nodejs project in VSC

Debugging is the life of any developper. It allows you to check when your code doesn't behave... because you gave it the wrong instructions.

Let's dive into how to enable it in Visual Studio Code. It will be quick.

Pre-requisites

  • Have a NodeJS-enabled project (for that was this one).
  • Have Visual Studio Code installed.

Jeremie LitzlerLess than 1 minuteWeb DevelopmentNodeJSVisual Studio CodeConfigure IDE