Debugging Node.js apps with Visual Studio Code debugger
Rather than doing it with console logs, debugging with a debugger and breakpoints is recommended. VSCode provides a built-in debugger for JavaScript-based apps. This post covers configuring and running a debugger for various Node.js apps in VSCode. C...
Feb 25, 20234 min read8