CEFSharp console.log quit showing up in Visual Studio Output after upgrade #5050
JimWilcox3
started this conversation in
General
Replies: 1 comment 1 reply
-
There were major upstream changes in this time period, see https://groups.google.com/g/cef-announce/c/s1WaovAopFo for background. You can try something like
If neither of those work then you'll need to ask on https://www.magpcss.org/ceforum/index.php |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an app that uses CEFSharp. In the app I use EvaluateScriptAsync a lot such as:
In version 118.6.80, the output from the console.log would show up in the Visual Studio Debug output window. This quit working when I updated to the latest version. (132.3.11). I'm pretty sure there is some new configuration setting that I need to add. Can anyone help with this?
Thanks,
Jim
Beta Was this translation helpful? Give feedback.
All reactions