Md. Nazmul Hasan
Md. Nazmul Hasan

Reputation: 63

VS Code Default debuggin not working for nodejs application

Why VS Code Default debuggin not working for nodejs application?

Upvotes: 1

Views: 20

Answers (1)

Md. Nazmul Hasan
Md. Nazmul Hasan

Reputation: 63

Its could be version related issue in launch.json.

I have chnage "version": "0.2.0" to "version": "0.3.0". And that worked for me.

Upvotes: 2

Related Questions