chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / GetPossibleBreakpointsResponse

GetPossibleBreakpointsResponse

data class GetPossibleBreakpointsResponse

Response type for the DebuggerDomain.getPossibleBreakpoints command.

Constructors

<init>

Response type for the DebuggerDomain.getPossibleBreakpoints command.

GetPossibleBreakpointsResponse(locations: List<BreakLocation>)

Properties

locations

List of the possible breakpoint locations.

val locations: List<BreakLocation>