SetBreakpointByUrlResponse

@Serializable
data class SetBreakpointByUrlResponse(val breakpointId: BreakpointId, val locations: List<Location>)

Response type for the DebuggerDomain.setBreakpointByUrl command.

Constructors

Link copied to clipboard
constructor(breakpointId: BreakpointId, locations: List<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.