Click or drag to resize

DebuggerClientPaused Event

Version 113.3.50
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: 113.3.50.0
Syntax
public event EventHandler<PausedEventArgs> Paused

Value

Type: SystemEventHandlerPausedEventArgs
See Also