How do I run node js restify application in debug mode in vs code?

92 Views Asked by At

I am unable to run node js restify with typescript application in vs code.

I need to debug the application for checking async call in my application.

I tried with node js debug launch.json file, but I couldn't able to run the application. It doesn't start itself.

0

There are 0 best solutions below