SetBreakpointResponse

@Serializable
data class SetBreakpointResponse(val breakpointId: BreakpointId, val actualLocation: Location)(source)

Response type for the DebuggerDomain.setBreakpoint command.

Constructors

Link copied to clipboard
constructor(breakpointId: BreakpointId, actualLocation: Location)

Properties

Link copied to clipboard

Location this breakpoint resolved into.

Link copied to clipboard

Id of the created breakpoint for further reference.