pl.wendigo.chrome.domain.debugger / BreakpointResolvedEvent

BreakpointResolvedEvent

data class BreakpointResolvedEvent : ProtocolEvent (source)

Represents event frames for Debugger.breakpointResolved

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

Constructors

<init>

BreakpointResolvedEvent(breakpointId: BreakpointId, location: Location)

Represents event frames for Debugger.breakpointResolved

Properties

breakpointId

val breakpointId: BreakpointId

Breakpoint unique identifier.

location

val location: Location

Actual breakpoint location.

Inherited Functions

protocolDomain

fun protocolDomain(): String