chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.38k stars 467 forks source link

RemoteDebuggingPort does not work #3752

Closed tomertro closed 4 months ago

tomertro commented 4 months ago

Describe the bug RemoteDebuggingPort does not work browser having blank page. Cef version 126.2.180 . Chrome version 126.0.6478.183. Warning in chrome console - nodemap.js:8 [Deprecation] Listener added for a 'DOMNodeRemovedFromDocument' mutation event. This event type is deprecated, and will be removed from this browser VERY soon. Usage of this event listener will cause performance issues today, and represents a large risk of imminent site breakage. Consider using MutationObserver instead. See https://chromestatus.com/feature/5083947249172480 for more information.

To Reproduce Steps to reproduce the behavior:

  1. Add code setting RemoteDebuggingPort with a port
  2. Run MinimalExample.Wpf.
  3. Open Chrome page with http://localhost:9229/ 4.Blank page is open.

Expected behavior Chrome page should be with links to Cef Sharp live instances

Screenshots If applicable, add screenshots to help explain your problem.

Versions (please complete the following information):

Additional context Warning in Chrome console - nodemap.js:8 [Deprecation] Listener added for a 'DOMNodeRemovedFromDocument' mutation event. This event type is deprecated, and will be removed from this browser VERY soon. Usage of this event listener will cause performance issues today, and represents a large risk of imminent site breakage. Consider using MutationObserver instead. See https://chromestatus.com/feature/5083947249172480 for more information.

Does the problem reproduce with Google Chrome at the same version?

Add any other context about the problem here. image

magreenblatt commented 4 months ago

You should use chrome://inspect/ for connecting to remote debugging.

tomertro commented 4 months ago

Can you plaese more secific. We are using Cef for couple of years never use chrome://inspect for remote debugging. Using Cef version 117.2.40.0 i am able to debug dirctly by open chrome tab with http://localhost:9229/.

image