Node.js - Debugging and Profiling
After starting Node.js with
node --inspect app.js, you see 'Debugger listening on ws://127.0.0.1:9229' but DevTools shows 'Waiting for connection'. What should you do?