Click or drag to resize

DebuggerClient.SetPauseOnExceptionsAsync Method

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

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

Parameters

state
Type: CefSharp.DevTools.Debugger.SetPauseOnExceptionsState
Pause on exceptions mode.

Return Value

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