Description
- Version:v0.10.25
- Platform:Linux precise64 3.13.0-149-generic Improve allocation speed and reduce memory copying to increase HTTP pars... #199-Ubuntu SMP Thu May 17 10:12:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
- Subsystem:debugger
Node debugger terminated with an error as I was stepping through, better yet, after, my program terminated because of an error in my code. My code was just sample code contained in
Precisely:
I was just holding down the "enter" key to get the debugger to hurry up and get to the part where my mysql-based node app throws an error.
I was holding the enter key for several seconds after by program through the error.
It seemed to have returned back the "debug>" prompt, but not returned control to stdin/tty.
It became unresponsive until printing ten "Program terminated" error lines
Then the node debugger finally issued the final error message about the debugger
.There was an internal error in Node's debugger. Please report this bug.
connect ECONNREFUSED
Error: connect ECONNREFUSED
at errnoException (net.js:901:11)
at Object.afterConnect [as oncomplete] (net.js:892:19)