data class GetPossibleBreakpointsResponse
Response type for the DebuggerDomain.getPossibleBreakpoints command.
<init> |
Response type for the DebuggerDomain.getPossibleBreakpoints command. GetPossibleBreakpointsResponse(locations: List<BreakLocation>) |
locations |
List of the possible breakpoint locations. val locations: List<BreakLocation> |