解决vscode egg调试出现: this socket has been ended by other party【转】


如果是最新的1.22

 "runtimeArgs": [ "run", "debug", "--", "--inspect" // 而不是--inspect-brk ],

但是这样对于项目启动期间的debugger无法捕捉到, 具体看官方inspect区别

If you want to attach the VS Code debugger to a Node.js program, launch Node.js in VS Code’s integrated terminal as follows: node --inspect program.js or if the program should not start running but must wait for the debugger to attach: node --inspect-brk program.js


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM