Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
829 views
Welcome To Ask or Share your Answers For Others

1 Answer

What exact error is in ErrorLog View on in Nodeclipse Console? What is Java is used and Nodeclipse version?

Try to specify Java version: in eclipse.ini point to JDK 7

Check also - toggleBreakpointsTargetFactory specified id is already registered


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...