Node.js debugging with VS Code
Learn how you can debug the code using VS editor.
We'll cover the following...
π’ The contents discussed in this lesson will help you in debugging with Visual Studio on your machine.
Debugging with VS Code
The free Visual Studio Code editor has built-in Node.js debugging facilities as well as debugger extensions for all popular platforms.
π VS Code also has extensions to help with Docker management and file syntaxes, as well as remote development to ...