pl.wendigo.chrome.domain.debugger / SetBreakpointResponse

SetBreakpointResponse

data class SetBreakpointResponse (source)

Represents response frame for Debugger.setBreakpoint method call.

Sets JavaScript breakpoint at a given location.

Constructors

<init>

SetBreakpointResponse(breakpointId: BreakpointId, actualLocation: Location)

Represents response frame for Debugger.setBreakpoint method call.

Properties

actualLocation

val actualLocation: Location

Location this breakpoint resolved into.

breakpointId

val breakpointId: BreakpointId

Id of the created breakpoint for further reference.