BreakpointResolved

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

Deprecated

Deprecated in the Chrome DevTools protocol

Fired when breakpoint is resolved to an actual script and location. Deprecated in favor of resolvedBreakpoints in the scriptParsed event.

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.