-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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 debug fails if 'cont' entered while connecting #3168
Comments
is this still an issue? |
I just tried this on the local latest master
|
Looks possibly like an odd timing edge case perhaps. I'm unable to reproduce at all. |
I'm still able to cause this error with 5.10.0. I'm on a slow computer; you may have luck with a large main.js Here's a more recent stack trace. Notice that I enter
FYI I didn't enter the I can reproduce this on arbitrary source; I just tried with some for-browser code I made this issue while causing this with urxvt, I'm now reproducing it in st My versions match thefourtheye besides node being 5.10.0 & v8 being 4.6.85.31 |
This issue has been inactive for sufficiently long that it seems like perhaps it should be closed. The debugger has been deprecated and aliased to the inspector in recent versions of Node.js. I am unable to replicate this on those versions. Feel free to re-open (or leave a comment requesting that it be re-opened) if you disagree. I'm just tidying up and not acting on a super-strong opinion or anything like that. |
node debug main.js
cont
connecting to 127.0.0.1:5858 ..cont
... ok
< Debugger listening on port 5858
break in main.js:2
debug> cont
There was an internal error in Node's debugger. Please report this bug.
Cannot read property 'split' of undefined
TypeError: Cannot read property 'split' of undefined
at _debugger.js:1094:27
at Client._onResponse (_debugger.js:249:5)
at Protocol.execute (_debugger.js:120:14)
at Client. (_debugger.js:159:14)
at emitOne (events.js:77:13)
at Client.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:146:16)
at Client.Readable.push (_stream_readable.js:110:10)
at TCP.onread (net.js:523:20)
The text was updated successfully, but these errors were encountered: