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

Debugger exits on program error as of Node 4.2.6 #675

Closed
Ampakinetic opened this issue Feb 2, 2016 · 3 comments
Closed

Debugger exits on program error as of Node 4.2.6 #675

Ampakinetic opened this issue Feb 2, 2016 · 3 comments

Comments

@Ampakinetic
Copy link

I was running Node 4.2.4 and on first run my project logs a DustJS error that happens while it's still warming up. After upgrading to Node 4.2.6 the debugger node process exits with "Press any key to continue" after this error and I can never run my project. I down graded back to 4.2.4 and it's working again. Something may have changed in the debugger interface. Let me know if I can provide any more useful information.

@mousetraps
Copy link
Contributor

Or a timing issue with node - technically LTS releases aren't supposed to affect debugger interfaces... well, that was the plan at least 😃

Does the same issue occur if you run your app in the command line? How about if you run with the --debug flag in the command line?

@Ampakinetic
Copy link
Author

I tried this and found I can run the same app direct from the command line in both normal and with the --debug flag and node doesn't exit. Everything seems to work normally from the command line.

@mousetraps
Copy link
Contributor

Thanks for the additional info. Closing as this appears to be a Node.js issue, so we recommend sticking with 4.2.4 for now - nodejs/node#4917

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

No branches or pull requests

2 participants