标签:node.js chrome
node --debug your/node/program.js
Or
node --debug-brk your/short/node/script.js // pause your script on the first line
Debug in Node.js
原文地址:http://blog.csdn.net/chuwachen/article/details/44997339