I have updated the node (v8.1.2). When I want to debug my previous test project in nodejs using NTVS (in visual studio 2017) I\'ve gotten the following error:
You can use Chrome's DevTools to debug as below:
Start Node with --inspect option ...
e.g. $node --inspect app.js
.
You should see a console printout something like
Debugger listening on ws://127.0.0.1:9229/2558baab-1141-4db3-8d10-771586f876a6
Open Chrome browser and browse to
chrome://inspect
.
Click on "Open dedicated DevTools for Node" link.