Click or drag to resize

DevToolsClientEventBreakpoints Property

Version 118.6.80
EventBreakpoints permits setting breakpoints on particular operations and events in targets that run JavaScript but do not have a DOM. JavaScript execution will stop on these operations as if there was a regular breakpoint set.

Namespace:  CefSharp.DevTools
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public EventBreakpointsClient EventBreakpoints { get; }

Property Value

Type: EventBreakpointsClient
See Also