GetPossibleBreakpointsResponse

@Serializable
data class GetPossibleBreakpointsResponse(val locations: List<BreakLocation>)

Response type for the DebuggerDomain.getPossibleBreakpoints command.

Constructors

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

Properties

Link copied to clipboard

List of the possible breakpoint locations.