SetBreakpointReturn

@Serializable
data class SetBreakpointReturn(val breakpointId: String, val actualLocation: Debugger.Location)

Constructors

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

Properties

Link copied to clipboard

Location this breakpoint resolved into.

Link copied to clipboard

Id of the created breakpoint for further reference.