node.js express app won't start (or debug) in Eclipse (Nodeclipse)

Posted by Ultra on Stack Overflow See other posts from Stack Overflow or by Ultra
Published on 2013-11-09T14:18:57Z Indexed on 2013/11/11 3:54 UTC
Read the original article Hit count: 186

When I do on my app.js Debug As > Node Application it says

Launching STANDALONE_V8 has encountered a problem.
Failed to connect to Standalone V8 VM
connect timed out

It should start an app. Doing so directly on my terminal works fine. When I start a debug session in my terminal and than try to debug it in Eclipse works fine too.

So is there anything that has to be done in order to make it work in Eclipse?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about node.js