Configuring and Using Remote Debugging via CefSharp

Published on October 06, 2017
RemoteDebuggingHeader.png

CefSharp provides an ability to use remote debugging. To use this option we’ll need to initialize the CefSharp component with the remote debugging port property. Thus you can use this port not only with CefSharp, but also in another web browser.

As in the previous tutorial, we need to initalize the CefSharp library with non-default options, so we will not use the designer. However, we will define some markup in the MainWindow.xaml:

Then we’ll implement the behavior of the MainWindow (MainWindow.xaml.cs):

Now we can build and launch the application. After the launch we can use the remote debugging aka ‘developer tools’ for the source browser (on the left in the preview) in the other browser (on the right in the preview).

image-title-here

Categories: Articles

Tags: Chromium