Debug a running Node.js application
If a Node.js application was started with the --inspect or --inspect-brk flag, you can start debugging it from the built-in Terminal, from the Run tool window, or from the Debug tool window.
In the Terminal tool window, which shows an information message Debugger listening <host>:<port>, the default port is 9229. To start debugging, hold Ctrl+Shift and click the link.
