Node.js express application does not start (or is debugged) in Eclipse (Nodeclipse)

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?

+1
source share
1 answer

What exact error in ErrorLog View is included in the Nodeclipse console? What is Java and the version of Nodeclipse?

Try specifying the Java version: in eclipse.ini specify JDK 7

Check also - the specified toggleBreakpointsTargetFactory identifier is already registered

0
source

Source: https://habr.com/ru/post/1387726/


All Articles