-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
node 4.2.6: util.inspect() will terminate the program when there is a breakpoint #4906
Comments
I speculate you're running into a variation on #4221, which was fixed recently in #4731 and is scheduled for the next LTS release. Maybe you can give the latest nightly a try? |
I found node v5.5.0 or v6.0.0 can run well with debug. |
I am experiencing the same issue here where the debugger gets stuck on any line with In a very simple example with app.js containing the following it works as you would expect:
However in a more complex app it seems not to and the debugger and app hang at any line containing this. I have tested adding a simple Verified to still be an issue in the latest 5.5.1 nightly and 6.0.0 nightlies from the 27th Jan 2016. |
@Corey600 This should have been fixed in more recent releases. Could you see if this is still a problem for you? Thanks! |
This should have been fixed a while back in v4.3.1 and v5.6.0 |
code is like above.
when i execute the command : node debug demo.js
result like this:
when i program without debug, it run well.
but it can not run with debug.
my node version is 4.2.6
my system is windows 8.1
please solve this problem. thx!
The text was updated successfully, but these errors were encountered: