私は Eclipse helios を使用しており、以下のリンクの手順から vjet と v8 のデバッグをインストールしました: - http://jonathan-whywecanthavenicethings.blogspot.in/2011/08/war-of-worlds.htmlダウンロードして、プロジェクトのビルドパスに設定します
しかし、私がEclipseでそれをデバッグしようとしているとき. 外部ツール構成、私は以下のエラーを取得しています:-
debugger listening on port 5858
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module 'E:\eclipse-jee-helios-SR1-win32\workspace\nodejswkspace\TempVjetProject\Server1.js'
at Function._resolveFilename (module.js:332:11)
at Function._load (module.js:279:25)
at Array.0 (module.js:479:10)
at EventEmitter._tickCallback (node.js:192:40)