-
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
Eclipse/Nodeclipse Debugging doesn't work anymore #392
Comments
@ataraxus thanks for sharing this. May I ask you to help us a bit and provide a tcpdump of this session? I.e. if you could start a |
@indutny sorry for beeing so late, but I actually managed to do the dumps.
Here is the dump with Node.js v 0.11.14: Here is the dump with io.js 1.0.1: As you are moving with the speed of light as I tested it io.js 1.0.3 was available via ivm... BUT I stumbled on another problem with io.js and debugging via eclipse: eclipse is only able to start/debug an io.js application once. After the first run, it won't start any other due to "Connection refused"... What i figured out is, that node.js stops after the example code finishes. io.js doesn't stop and has to be stopped forcefully.
META: |
So it works? Yay! :) Could it be that eclipse is searching for Regarding the dumps, I thought about email, but whatever works for you! Sorry for not making it explicit. |
Okay, I will investigate this further, but I think this ticket can be closed |
Oh, ok. |
When using my normal workflow and IDE (Version: Luna Release (4.4.0) Build id: 20140612-0600) I've some trouble with io.js 1.0.1. Debugging doesn't work as it used to: Breakpoints still working, but eclipse is not able to resolve any variables, so inspecting there content is not possible.
I don't know if this is an issue of eclipse or io.js. If somebody could tell me what information is needed to figure this out I would be glad to help!
The text was updated successfully, but these errors were encountered: