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