-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
stepping through a three lines of code crashes node 4.2.6 #4917
Comments
Can you check that the nightly build works? This sounds like #4261 and #4322 (and a few more) which were fixed in #4328. |
@bnoordhuis no, the nightly build still cannot successfully step over the second console.log. The only difference I see on OS X is that I don't get an OS alert for the crashing node application. In node 4.2.6 I got an alert. |
I cannot reproduce with master, at least not with the built-in debug client ( |
This looks like a duplicate of the hug I'm working on with util and debug
|
@bnoordhuis yes, the problem doesn't repro with the built-in debug client. |
I cannot reproduce this on master using node-inspector. Is this still an issue? |
I think this was fixed a while back. Closing |
launch this snippet
test.js
:with
node --debug-brk test.js
and attach a debugger, e.g. node-inspector or VSCode.The first step command works fine, the second step crashes node on all platforms.
The text was updated successfully, but these errors were encountered: