lx0208 2019-09-19 15:33 采纳率: 0%
浏览 585
已结题

如何调试定位nodejs ,web项目中的bug

get测试api
获取报表文件
知道错误 [DEP0005] DeprecationWarning:Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Waiting for the debugger to disconnect...
但如何定位到是哪个引用插件导致的问题,或者定位到代码行

  • 写回答

2条回答 默认 最新

  • threenewbee 2019-09-19 16:43
    关注

    https://www.cnblogs.com/yuanchaoyong/p/6172034.html 调试下,在可能引起错误的地方下断点

    评论

报告相同问题?