BreakpointResolved

@Serializable
data class BreakpointResolved(val breakpointId: BreakpointId, val location: Location) : DebuggerEvent

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

Official doc

Constructors

Link copied to clipboard
constructor(breakpointId: BreakpointId, location: Location)

Properties

Link copied to clipboard

Breakpoint unique identifier.

Link copied to clipboard

Actual breakpoint location.