Debugging Node in VSCode is so easy!

preview_player
Показать описание
Quick video showing how to debug Node apps in VSCode using the JavaScript Debug Terminal. You can actually debug any Node process using this approach, which is pretty handy!

▬▬▬▬▬▬ 🔗 Links ▬▬▬▬▬▬

▬▬▬▬▬▬ ⏱ Timecodes ▬▬▬▬▬▬
0:00 Intro
0:14 Generating a new demo Node Fastify app
0:49 Enabling source maps
1:16 Setting a breakpoint in VSCode
1:37 Running the app in the JS Debug Terminal

▬▬▬▬▬▬ 🐦 Socials ▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

Thank you! 😊 This video helped me a lot. 📹✨

NoorulAmin-jf
Автор

Hello Nx team!. This works with node standalone as in the video but the steps outlined here does not work for a nest project in a monorepo 😥

vOnez