How do I debug a Node.js server application?
Right now I\'m mostly using alert debugging with print statements like this:
sys.puts(sys.inspe
Using Chrome Version 67.0.3396.62(+)
node --inspect-brk=0.0.0.0:9229 server.js(server js filename)
There will be another DevTools window that will pop out specifically for debugging node app.