SetPauseOnExceptionsRequest

@Serializable
data class SetPauseOnExceptionsRequest(val state: PauseOnExceptionsState)(source)

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

Constructors

Link copied to clipboard
constructor(state: PauseOnExceptionsState)

Properties

Link copied to clipboard

Pause on exceptions mode.