How to debug NodeJS with Typescript under 10 minutes

preview_player
Показать описание
Hi everyone, in this video, I will show you guys how to debug a NodeJS server written in Typescript in 3 ways. These are incredible useful skills for any NodeJS developer.

#node #nodejs #debug #typescript #ts #nodeinspect #liftandshiftdev #js #javascript #chrome #debugger

0:00 - Introduction
1:17 - node --inspect method with Chrome
5:03 - VSCode to debug NodeJS
Рекомендации по теме
Комментарии
Автор

Just awesome. Visited many pages. But this worked for me.

razaceme
Автор

0:38 - you show dev and dev:debug scripts - but none are running ts-node or tsc - so how can they run .ts file? These don't work for me. Also - why is nodemon.json referenced when it is empty.

Usernamesareoutdated