GetPossibleBreakpointsReturn

@Serializable
data class GetPossibleBreakpointsReturn(val locations: List<Debugger.BreakLocation>)

Constructors

Link copied to clipboard
constructor(locations: List<Debugger.BreakLocation>)

Properties

Link copied to clipboard

List of the possible breakpoint locations.