我已经编写了一些测试用例,我正在尝试使用 mocha 和节点调试来调试测试用例。
我的机器上安装了 mocha
我安装了节点调试 npm install -g node-debug
然后我通过这个命令运行测试:node-debug _mocha test.js
这将打开一个浏览器窗口,但我收到以下错误
Detached from the target
Remote debugging has been terminated with reason: Error: connect ECONNREFUSED. Is node running with --debug port 5858?
Please re-attach to the new target.
有关更多信息,请参见附图:
我怎样才能摆脱这个错误。请帮忙。