Skip to content

Instantly share code, notes, and snippets.

@thebapi
Last active December 19, 2015 12:39
Show Gist options
  • Save thebapi/5956173 to your computer and use it in GitHub Desktop.
Save thebapi/5956173 to your computer and use it in GitHub Desktop.
How to debug meteor app
1. download node-inspector from npm ---
npm install -g node-inspector
2. Start Node Debugger--
node-inspector &
3. NODE_OPTIONS="--debug=5858" meteor
4. Open URL http://127.0.0.1:8080/debug?port=5858
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment