Programmer
Programmer

Reputation: 75

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

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.

Upvotes: 0

Views: 130

Answers (0)

Related Questions