Closed JeffML closed 8 years ago
It is the same as on http://stackoverflow.com/questions/35384729/nodeclipse-crashing-when-debugging-mars-jdk-8-win10 , isn't it?
Yes.
On Tue, Mar 15, 2016 at 6:49 AM, Paul Verest notifications@github.com wrote:
It is the same as on http://stackoverflow.com/questions/35384729/nodeclipse-crashing-when-debugging-mars-jdk-8-win10 , isn't it?
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub:
https://github.com/Nodeclipse/nodeclipse-1/issues/206#issuecomment-196826153
Please create an issue at https://github.com/nodejs/node/issues/new (and reference this one) it requires now to provide some version information, though I think I had similar issue long ago.
As it is SocketException: Connection reset
, it is node site initiated, so I bet it is node issue, so let's check
It was a nodejs bug. See referenced ticket.
Really thank you, Jeff, for solving and sharing.
So one just need v4.3.1+ version
Example:
stack trace:
JSON.stringify of an object will also crash the debugger.
I have tried to use Enide 2015 from http://sourceforge.net/projects/nodeclipse/files/.
I downloaded Enide 2015 and opened my existing Mars workspace. Loaded fine, but when debugging it still terminates on console dumps of objects.
Let me know if there is anything further I can provide.