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.
Less than 1 minute