Click or drag to resize

DebuggerClientPaused Event

Version 118.6.80
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public event EventHandler<PausedEventArgs> Paused

Value

Type: SystemEventHandlerPausedEventArgs
See Also