Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了这个开源项目并运行 mocha 测试,但我想调试测试调用的函数,但是当我尝试调试(使用 mocha --debug-brk)时,我看到调试在 mocha 代码本身中。
我如何做到这一点?
我通过使用节点检查器添加我的真正断点来解决同样的问题,然后只需单击暂停/继续,这将在真正的断点处停止。