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

SetBreakpointResponse

data class SetBreakpointResponse

Response type for the DebuggerDomain.setBreakpoint command.

Constructors

<init>

Response type for the DebuggerDomain.setBreakpoint command.

SetBreakpointResponse(breakpointId: BreakpointId, actualLocation: Location)

Properties

actualLocation

Location this breakpoint resolved into.

val actualLocation: Location

breakpointId

Id of the created breakpoint for further reference.

val breakpointId: BreakpointId