Debugging node. js with Chrome DevTools
https://nodejs.org/en/docs/guides/debugging-getting-started/
1.
PS c:\users\clu\documents\nodeapp\test> node--inspect. \app.js
Debugger listening on WS://127.0.0.1:9229/34C03922-857B-4E6D-82CF-30DBF27A76FF
For help, See:https://nodejs.org/en/docs/inspector
Server running at Http://127.0.0.1:3000/
2. Open the About:inspect in the Chrome browser
3. Open the Click the open dedicated DevTools for Node link.
Debugging in vs2017
Https://github.com/Microsoft/nodejstools/wiki/Debugging
Create a node. js Project, Https://github.com/Microsoft/nodejstools/wiki/Projects
Debug Settings, Https://github.com/Microsoft/nodejstools/wiki/Debugging#debugging-options
Developer Tools in Chrome (Chrome Extension)
Https://chrome.google.com/webstore/detail/nodejs-v8-inspector-manag/gnhhdgbaldcilmgcpfddgdbkhjohddkj
How to debug node. js