Debugger for Cefsharp not working after upgrading it to 115.4.0 version, earlier with 83.0.1 version it was working fine #5013
Closed
AanchalTewary
started this conversation in
General
Replies: 1 comment
-
As per https://github.com/cefsharp/CefSharp/blob/master/.github/ISSUE_TEMPLATE/bug_report.yml
From memory
This is no longer supported in the current version, see chromiumembedded/cef#3740 (comment) |
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
-
Is there an existing issue for this?
CefSharp Version
115.4.0
Operating System
Windows 10
Architecture
x86
.Net Version
.Net 4.8
Implementation
WPF
Reproduction Steps
Debugger for Cefsharp is not working after upgrading it to cefsharp version 115.4.0 while it was working fine for version 83.0.1
It just shows Inpectable Web Contents and shows nothing below it although the web windows are open.
Expected behavior
It should list all the web windows and allow debugging.
Actual behavior
On opening https://localhost:9999 it shows just Inspectable Web Contents and nothing under it. No errors in the console as well. Please advise.
Regression?
No response
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args
Other information
Please advise how to look for the root cause and resolve the issue
Beta Was this translation helpful? Give feedback.
All reactions