BreakpointResolvedParameter

@Serializable
data class BreakpointResolvedParameter(val breakpointId: String, val location: Debugger.Location)

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

Constructors

Link copied to clipboard
constructor(breakpointId: String, location: Debugger.Location)

Properties

Link copied to clipboard

Breakpoint unique identifier.

Link copied to clipboard

Actual breakpoint location.