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

Categories

0 votes
816 views
in Technique[技术] by (71.8m points)

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

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

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

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...