node.js - Enide Studio debug, always get "Nodeclipse/chromedevtools failed to connect to Standalone V8 VM" -
i'm on windows 7 64bit, followed instruction in link http://www.nodeclipse.org/updates/ set enide studio
- install latest nodejs, version=0.12.2
- install nodeclipse cli , express via npm install -g command
- install jdk 8u45 64bit
- download enide studio 2014.17-u2 windows x64
as said in guide,
that enough node.js, javascript , java development.
then follow video http://www.nodeclipse.org/video, , create 1 simplest "node.js express project", when try right click app.js , debug node application, "nodeclipse/chromedevtools failed connect standalone v8 vm".
if right click app.js , run it, there's no problem. can access via http://localhost:3000
is there configuration can do? thanks.
Comments
Post a Comment