You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched both open/closed issues, no issue already exists.
CefSharp Version
127.3.50
Operating System
Windows 11
Architecture
x64
.Net Version
.NET Core 8
Implementation
WinForms
Reproduction Steps
If I set the CefSettings.RemoteDebugging = X and then try and debug remotely it is just a blank page or won't load.
Note, I am using Bog-standard Winforms and .NET Core (default MultiThreaded msg loop, no offscreen stuff etc). The code all works fine if I flip back to the Alloy runtime via CefSettings.ChromeRuntime = false
I was also able to duplicate in CEFSharp CefSharp.WinForms.Example.netcore source (Latest Master) by adding CefSettings.RemoteDebugging = X and confirming the same issue in the CEFSharp Example.
Thanks for a great project that I have been happily financially supporting monthly for years!
Shaun
Expected behavior
Should be able to point at localhost:[remote debugging port] and attach to Devtools
Actual behavior
Empty page
Regression?
I have used this for years. Only a regression on ChromeRuntime - still works on depracated Alloy path.
Known Workarounds
Use CefSettings.ChromeRuntime = false
Does this problem also occur in the CEF Sample Application
Not sure, I will need to add RemoteDebuggingPort code to it in order to test, as I don't see any way to test this using the off-the-shelf sample app.
Other information
No response
The text was updated successfully, but these errors were encountered:
Looking deeper in CEFSharp code, this could be an upstream issue in CEF, as it doesn't look like you do anything magical and CEF seemingly fully handles the implementation of RemoteDebuggingPort. I'll keep you posted on what I find.
I can't believe I didn't find that in all my spelunking. Please go ahead and close this. I'm sure I can make it work with "chrome://inspect" as Marshall suggested.
Thanks for the quick response, great project, and support as always.
Is there an existing issue for this?
CefSharp Version
127.3.50
Operating System
Windows 11
Architecture
x64
.Net Version
.NET Core 8
Implementation
WinForms
Reproduction Steps
If I set the CefSettings.RemoteDebugging = X and then try and debug remotely it is just a blank page or won't load.
Note, I am using Bog-standard Winforms and .NET Core (default MultiThreaded msg loop, no offscreen stuff etc). The code all works fine if I flip back to the Alloy runtime via CefSettings.ChromeRuntime = false
I was also able to duplicate in CEFSharp CefSharp.WinForms.Example.netcore source (Latest Master) by adding CefSettings.RemoteDebugging = X and confirming the same issue in the CEFSharp Example.
Thanks for a great project that I have been happily financially supporting monthly for years!
Shaun
Expected behavior
Should be able to point at localhost:[remote debugging port] and attach to Devtools
Actual behavior
Empty page
Regression?
I have used this for years. Only a regression on ChromeRuntime - still works on depracated Alloy path.
Known Workarounds
Use CefSettings.ChromeRuntime = false
Does this problem also occur in the CEF Sample Application
Not sure, I will need to add RemoteDebuggingPort code to it in order to test, as I don't see any way to test this using the off-the-shelf sample app.
Other information
No response
The text was updated successfully, but these errors were encountered: