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

SetInstrumentationBreakpointRequest

data class SetInstrumentationBreakpointRequest

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

Constructors

<init>

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

SetInstrumentationBreakpointRequest(instrumentation: String)

Properties

instrumentation

Instrumentation name.

val instrumentation: String