SetBreakpointByUrlReturn

@Serializable
data class SetBreakpointByUrlReturn(val breakpointId: String, val locations: List<Debugger.Location>)

Constructors

Link copied to clipboard
constructor(breakpointId: String, locations: List<Debugger.Location>)

Properties

Link copied to clipboard

Id of the created breakpoint for further reference.

Link copied to clipboard

List of the locations this breakpoint resolved into upon addition.