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

SetBreakpointsActiveRequest

data class SetBreakpointsActiveRequest

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

Constructors

<init>

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

SetBreakpointsActiveRequest(active: Boolean)

Properties

active

New value for breakpoints active state.

val active: Boolean