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.DebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetPauseOnExceptionsAsync(
SetPauseOnExceptionsState state
)
public:
Task<DevToolsMethodResponse^>^ SetPauseOnExceptionsAsync(
SetPauseOnExceptionsState state
)
Parameters
- state SetPauseOnExceptionsState
- Pause on exceptions mode.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also