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

SetBreakpointByUrlResponse

data class SetBreakpointByUrlResponse

Response type for the DebuggerDomain.setBreakpointByUrl command.

Constructors

<init>

Response type for the DebuggerDomain.setBreakpointByUrl command.

SetBreakpointByUrlResponse(breakpointId: BreakpointId, locations: List<Location>)

Properties

breakpointId

Id of the created breakpoint for further reference.

val breakpointId: BreakpointId

locations

List of the locations this breakpoint resolved into upon addition.

val locations: List<Location>