I am testing the nest.js framework but I am struggling to run it with VSCode so that I can properly debug my code. This is pretty much the same issue as described here Running n
No need to mess up with .vscode/launch.json
, just follow the official Auto Attach intro and ... Just Works!
For example, I wanna debug my project quiz
:
Run the app as usual, for this project is npm run server:dev
When the app started successfully, attach to the process