Debugging Nest JS on Visual Studio Code

preview_player
Показать описание
How to do simple debugging of Nest JS application on Visual Studio Code without any additional package.

This video is English subbed
Рекомендации по теме
Комментарии
Автор

2 hours of trying different solutions and finally this worked !

VatsalMehta-oh
Автор

Short, informative and useful. Great!

andrewvlasjuk
Автор

This was the only tutorial that work for me.!! thanks a lot

jairoandresvizuetepedraza
Автор

Oh Bro, that was amazing, it helped me a lot!

flaviomarques
Автор

MAN U SAVE ME, REALLY THANKS FOR YOUR FUCKING HELP

o.desmilinguido
Автор

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach",
"port": 9229,
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
}
]
}

JustRide
Автор

I always wanted to do that <3
Thank u

Dongnutla
welcome to shbcf.ru