次の方法で npm を使用して node-inspector をインストールしました。
npm install --prefix /home/uqmlore1/apps/node_modules -g node-inspector
さて、このプラグインが node-inspector 用であるかどうかは疑問です。
はいの場合、次のコマンドを Vim に統合することは可能ですか?
node-inspector &
coffee --nodejs --debug app.coffee &
google-chrome http://127.0.0.1:8080/debug?port=5858 &
google-chrome http://127.0.0.1:3000 &