使用node-inspector 安装 npm install -g node-inspector 使用 启动工具 node -inspector 启动应用(加上--debug参数) node ./bin/www --debug