我刚刚将Chrome升级到73.0.3683.75(Linux),现在无法使用专用的Node调试器来实际调试正在运行的实例。即使我可以在控制台中看到“附加了调试器”消息:
$ 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.
Run Code Online (Sandbox Code Playgroud)
有人知道Chrome 73是否损坏了它,或者我做错了什么?谢谢!