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

2020-02-15 08:59发布

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?

1条回答
Ridiculous、
2楼-- · 2020-02-15 09:16

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

查看更多
登录 后发表回答