安装
npm install -g node-inspector
运行
node-inspector
打开调试页面
http://127.0.0.1:8080/?ws=127.0.0.1:8080&port=5858
调试程序
node --debug *.js