DevToolsClientEventBreakpoints Property |
Version 113.3.50
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: 113.3.50.0
Syntax public EventBreakpointsClient EventBreakpoints { get; }
public:
property EventBreakpointsClient^ EventBreakpoints {
EventBreakpointsClient^ get ();
}
Property Value
Type:
EventBreakpointsClientSee Also