pl.wendigo.chrome.api.debugger / SetPauseOnExceptionsRequest

SetPauseOnExceptionsRequest

data class SetPauseOnExceptionsRequest (source)

Represents request frame that can be used with Debugger#setPauseOnExceptions operation call.

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.

Link
Debugger#setPauseOnExceptions method documentation.

See Also

DebuggerOperations.setPauseOnExceptions

Constructors

<init>

SetPauseOnExceptionsRequest(state: String)

Represents request frame that can be used with Debugger#setPauseOnExceptions operation call.

Properties

state

val state: String

Pause on exceptions mode.