Open tomaszkunicki opened 2 months ago
Launch chrome://inspect in a chrome browser and connect that way. See issue #3740.
@magreenblatt, thank you for your suggestion, but launching chrome://inspect
in a Chrome browser doesn't address our issue. Using Chrome instead of CEF defeats the purpose of our implementation. Our goal is to open multiple debugger windows for multiple Node.js processes and manage them within our custom debugging application built on CEF. The inability to open the Node debugger in CEF since version 126 represents a degradation of CEF's features and negatively impacts its usability for our use case.
Thanks for the explanation of your use case. I'll reopen this issue as an enhancement request.
Describe the bug In versions prior to CEF 125 we could use devtools:// url for nodejs debugging but it doesn't work anymore.
To Reproduce Steps to reproduce the behavior:
Expected behavior Debugger should open
Versions (please complete the following information):
Additional context Yes. Cefclient.exe not opening given url but chrome does it.