SetInstrumentationBreakpointResponse

@Serializable
data class SetInstrumentationBreakpointResponse(val breakpointId: BreakpointId)

Response type for the DebuggerDomain.setInstrumentationBreakpoint command.

Constructors

Link copied to clipboard
constructor(breakpointId: BreakpointId)

Properties

Link copied to clipboard

Id of the created breakpoint for further reference.