data class SetBreakpointByUrlResponse
Response type for the DebuggerDomain.setBreakpointByUrl command.
<init> |
Response type for the DebuggerDomain.setBreakpointByUrl command. SetBreakpointByUrlResponse(breakpointId: BreakpointId, locations: List<Location>) |
breakpointId |
Id of the created breakpoint for further reference. val breakpointId: BreakpointId |
locations |
List of the locations this breakpoint resolved into upon addition. val locations: List<Location> |