Reputation: 63
Why VS Code Default debuggin not working for nodejs application?
Upvotes: 1
Views: 20
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