SetSkipAllPausesRequest

@Serializable
data class SetSkipAllPausesRequest(val skip: Boolean)

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

Constructors

Link copied to clipboard
constructor(skip: Boolean)

Properties

Link copied to clipboard

New value for skip pauses state.