SetInstrumentationBreakpointRequest

@Serializable
data class SetInstrumentationBreakpointRequest(val eventName: String)

Deprecated

Deprecated in the Chrome DevTools protocol

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

Constructors

Link copied to clipboard
constructor(eventName: String)

Properties

Link copied to clipboard

Instrumentation name to stop on.