setPauseOnExceptions

suspend fun setPauseOnExceptions(args: Debugger.SetPauseOnExceptionsParameter, mode: CommandMode = CommandMode.DEFAULT)

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.


suspend fun setPauseOnExceptions(state: String)

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.

Parameters

state

Pause on exceptions mode.