chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / DebuggerDomain / setPauseOnExceptions

setPauseOnExceptions

suspend fun setPauseOnExceptions(input: SetPauseOnExceptionsRequest): Unit

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.

Official doc