Click or drag to resize

DebuggerClientSetPauseOnExceptionsAsync Method

Version 111.2.70
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 (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public Task<DevToolsMethodResponse> SetPauseOnExceptionsAsync(
	SetPauseOnExceptionsState state
)

Parameters

state
Type: CefSharp.DevTools.DebuggerSetPauseOnExceptionsState
Pause on exceptions mode.

Return Value

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