标签:blog http 2014 sp log on c r 安装
1、安装node-inspector 命令: npm install -g node-inspector
2、nodemon --debug xxx.js启动项目,再新开一个命令窗口,启动node-inspector 命令:node-inspector
3、http://127.0.0.1:8080/debug?port=5858访问debug页面,就可以开始debug了。
标签:blog http 2014 sp log on c r 安装
原文地址:http://www.cnblogs.com/viccici/p/3972415.html