When I do Debug As > Node Application on my app.js, it says
Launching STANDALONE_V8 has encountered a problem. Failed to connect to Standalone V8 VM connect timed out
It should launch the application. Doing this directly on my terminal works great. When I start a debugging session in my terminal and try to debug it in Eclipse, it works fine too.
So, is there something that needs to be done to make it work in Eclipse?
source share