本文介绍了Chrome 73:无法再使用专用于节点的DevTools调试NodeJS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我刚刚将Chrome升级到73.0.3683.75(Linux),现在无法使用专用的Node调试器来实际调试正在运行的实例.即使我在控制台中看到附加了调试器"消息:
I've just upgraded my Chrome to 73.0.3683.75 (Linux) and now cannot get my dedicated Node debugger to actually debug a running instance. Even though I can see the "Debugger attached" message in the console:
$ node --inspect-brk hello.js
Debugger listening on ws://127.0.0.1:9229/864a1c18-5e45-49ab-843c-77a22841ffff
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
调试器窗口没有显示任何调试目标的迹象:
the debugger window does not show any signs of debugging a target:
任何人都知道Chrome 73是否已损坏或我做错了什么?谢谢!
Anyone has an idea if this is broken in Chrome 73 or if I'm doing something wrong? Thanks!
推荐答案
是的,这是v73的错误.我也看到了
Yes, it's a bug with v73. I am also seeing it
https://bugs.chromium.org/p/chromium/issues/detail?id = 941608& q = nodeJS
这篇关于Chrome 73:无法再使用专用于节点的DevTools调试NodeJS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!