Last active
December 19, 2015 12:39
-
-
Save thebapi/5956173 to your computer and use it in GitHub Desktop.
How to debug meteor app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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