trying to follow
https://github.com/joyent/node/wiki/Using-Eclipse-as-Node-Applications-Debugger
eclipse set up, project in workspace, but when I run with the debug configuration:
Failed to connect to Standalone V8 VM
Timed out waiting for handshake
Also, i have multiple .js files. How does Eclipse V8 plugin know which one is the server script for Node?
Use distinct ports per node script. I.E.
5858for the first script and5859for the second.