标签: node.js debugging sails.js
当我运行node debug app时,它会在app.js:1上中断,所以我必须手动继续执行,直到第一个调试器断点。
node debug app
app.js:1
有没有办法避免这种情况?