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

SetInstrumentationBreakpointResponse

data class SetInstrumentationBreakpointResponse

Response type for the DebuggerDomain.setInstrumentationBreakpoint command.

Constructors

<init>

Response type for the DebuggerDomain.setInstrumentationBreakpoint command.

SetInstrumentationBreakpointResponse(breakpointId: BreakpointId)

Properties

breakpointId

Id of the created breakpoint for further reference.

val breakpointId: BreakpointId