标签: javascript nodeclipse node-red
我安装了 node-red ,并将调试到node-red模块'99 -sample.js'。 因此我安装了 nodeclipse 。我可以走到代码行 module.exports = function(RED) { .. } 但是我不能进入模块,尽管在那里设置了一个断点。 调试器以:
module.exports = function(RED) { .. }
node --debug-brk=5858 ./99-sample.js
有没有人知道如何介入99-sample.js?
99-sample.js