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

All node debug breakpoints fire from app.js #3047

Closed
Andrew-Max opened this issue Jun 29, 2015 · 1 comment
Closed

All node debug breakpoints fire from app.js #3047

Andrew-Max opened this issue Jun 29, 2015 · 1 comment

Comments

@Andrew-Max
Copy link

Possibly related to #2670 although I don't think so.

In a sense they are related though because if I could get those breakpoints working I wouldn't be pursuing the node debug route.

Basic reproduction steps:

running

$ node debug app.js

On a brand new sails app always breaks for me at:

< Debugger listening on port 5858
debug> . ok
break in app.js:23
 21 // Ensure we're in the project directory, so relative paths work as expected
 22 // no matter where we actually lift from.
>23 process.chdir(__dirname);
 24 
 25 // Ensure a "sails" can be located:

Not sure if this is even a sails issue or possibly a node issue.

Just looking for some way to get break points working

@sailsbot
Copy link

Thanks for posting, @Andrew-Max. I'm a repo bot-- nice to meet you!

It has been 60 days since there have been any updates or new comments on this page. If this issue has been resolved, feel free to disregard the rest of this message. On the other hand, if you are still waiting on a patch, please:

  • review our contribution guide to make sure this submission meets our criteria (only verified bugs with documented features, please; no questions, commentary, or bug reports about undocumented features or unofficial plugins)
  • create a new issue with the latest information, including updated version details with error messages, failing tests, and a link back to the original issue. This allows GitHub to automatically create a back-reference for future visitors arriving from search engines.

Thanks so much for your help!

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

No branches or pull requests

3 participants