RemoveInstrumentationBreakpointRequest

@Serializable
data class RemoveInstrumentationBreakpointRequest(val eventName: String)(source)

Request object containing input parameters for the EventBreakpointsDomain.removeInstrumentationBreakpoint command.

Constructors

Link copied to clipboard
constructor(eventName: String)

Properties

Link copied to clipboard

Instrumentation name to stop on.