SetBreakpointsActiveRequest

@Serializable
data class SetBreakpointsActiveRequest(val active: Boolean)(source)

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

Constructors

Link copied to clipboard
constructor(active: Boolean)

Properties

Link copied to clipboard

New value for breakpoints active state.