pl.wendigo.chrome.api.debugger / BreakpointResolvedEvent

BreakpointResolvedEvent

data class BreakpointResolvedEvent : Event (source)

Fired when breakpoint is resolved to an actual script and location.

Link
Debugger#breakpointResolved event documentation.

Constructors

<init>

BreakpointResolvedEvent(breakpointId: BreakpointId, location: Location)

Fired when breakpoint is resolved to an actual script and location.

Properties

breakpointId

val breakpointId: BreakpointId

Breakpoint unique identifier.

location

val location: Location

Actual breakpoint location.

Inherited Functions

protocolDomain

fun protocolDomain(): String