Hacker News new | ask | show | jobs
by AngelloPozo 3309 days ago
when you run something you, can add the --inspect flag to debug.

1. node --inspect app.js 2. In chrome do `about:inspect`

you now have debugger attached. WIN!