chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger.events / DebuggerEvent / BreakpointResolvedEvent

BreakpointResolvedEvent

data class BreakpointResolvedEvent : DebuggerEvent

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

Official doc

Constructors

<init>

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

BreakpointResolvedEvent(breakpointId: BreakpointId, location: Location)

Properties

breakpointId

Breakpoint unique identifier.

val breakpointId: BreakpointId

location

Actual breakpoint location.

val location: Location