Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I debug my meteor app? Node-Inspector instructions are out of date. #67

Open
taji opened this issue Mar 16, 2015 · 0 comments
Open

Comments

@taji
Copy link

taji commented Mar 16, 2015

I was confused by the answer here:

  1. Install node-inspector: npm install -g node-inspector
  2. Start meteor: NODE_OPTIONS='--debug-brk' mrt run
  3. Start node-inspector
  4. In Chrome, go to the URL given by node-inspector
  5. If debugging remotely, make sure the port given at the URL above (8080) is not firewalled
  6. Debug at will

Isn't this relatively obsolete based on the meteor debug command? I'm assuming that meteor is packaging node-inspector into meteor as they do with node and mongodb. So why advise the reader to install a version of node-inspector that may not be compatible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant