Replies: 2 comments 1 reply
-
Hi guys, I don't get why this is now a "discussion" - anyway, attached the solutions which reproduce the bug:
the second one doesn't show the DevTools page. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
CefSharp Version
126.2.160
Operating System
Windows 11
Architecture
x64
.Net Version
4.7.2
Implementation
WinForms
Reproduction Steps
We've successfully used the Chromium devtools/debugging feature in all latest versions, initializing CefSettings in this way:
starting from version 126.2.70 this has stopped working.
We are currently testing 126.2.180 but the problem persists.
Expected behavior
The Chromium debug console should be available at the configured port:
Actual behavior
The page at the configured port does not generate errors but shows nothing:
Regression?
Yes, this used to work in previus versions.
Note that this problem has been already notified in this thread:
chromiumembedded/cef#3740
but has been closed as "WontFix", but this is clearly a regression.
Known Workarounds
No workaround
Does this problem also occur in the CEF Sample Application
Not Tested
Other information
Other users have already notified the problem:
chromiumembedded/cef#3740
Beta Was this translation helpful? Give feedback.
All reactions