chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / SetPauseOnExceptionsRequest

SetPauseOnExceptionsRequest

data class SetPauseOnExceptionsRequest

Request object containing input parameters for the DebuggerDomain.setPauseOnExceptions command.

Constructors

<init>

Request object containing input parameters for the DebuggerDomain.setPauseOnExceptions command.

SetPauseOnExceptionsRequest(state: String)

Properties

state

Pause on exceptions mode.

val state: String