【发布时间】:2013-10-16 12:00:23
【问题描述】:
我通过以下方式在 npm 的帮助下安装了 node-inspector:
npm install --prefix /home/uqmlore1/apps/node_modules -g node-inspector
现在,我只是想知道this plugin 是否适用于节点检查器。
如果可以,是否可以在 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 &
【问题讨论】:
标签: node.js vim coffeescript vim-plugin node-inspector