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

  1. install latest nodejs, version=0.12.2
  2. install nodeclipse cli , express via npm install -g command
  3. install jdk 8u45 64bit
  4. 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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -