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
.
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.