Skip to content

Instantly share code, notes, and snippets.

@arlago
Created May 26, 2015 13:58
Show Gist options
  • Save arlago/6a47ed04fad8316518f4 to your computer and use it in GitHub Desktop.
Save arlago/6a47ed04fad8316518f4 to your computer and use it in GitHub Desktop.
Node Application Debug
1. Global installation of node-inspector.
sudo npm install -g node-inspector
2. Start node application.
node --debug ./bin/www
3. Start node-inspector.
node-inspector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment