I want to run a node.js project locally and create a debugging session. Normally, this would be accomplished by running "debug as" a node project in Eclipse. However, when I run the debugging session, nothing seems to run locally. In other words, when I open a browser and point to localhost, nothing is running.
It says the "debugger listening on port 5858", but my application doesn't appear to be running via any port.

and when I try to debug it using the V8 debugger I get this error:
