sharpbrowser / SharpBrowser

A full featured web-browser built using C# and CefSharp
MIT License
896 stars 392 forks source link

Console does not trigger the debug point in the Host Controller #89

Open AspDotNetCP opened 10 months ago

AspDotNetCP commented 10 months ago

https://github.com/sharpbrowser/SharpBrowser/blob/3b5112c63abbb2969090c6d8fb89ab87a0baef8a/src/Handlers/HostHandler.cs#L12

From where should I type the code to trigger the debug point, tried the developer console, but doesn't work,