Click or drag to resize

DebuggerClientSetPauseOnExceptionsAsync Method

Version 130.1.90
Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions, or caught exceptions, no exceptions. Initial pause on exceptions state is `none`.

Namespace: CefSharp.DevTools.Debugger
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SetPauseOnExceptionsAsync(
	SetPauseOnExceptionsState state
)

Parameters

state  SetPauseOnExceptionsState
Pause on exceptions mode.

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also