1. 安装

    npm install -g node-inspector
    
  2. 运行

    node-inspector
    
  3. 打开调试页面

    http://127.0.0.1:8080/?ws=127.0.0.1:8080&port=5858
    
  4. 调试程序

    node --debug *.js
    

留言

2015-07-08