pl.wendigo.chrome.api.debugger / GetPossibleBreakpointsResponse

GetPossibleBreakpointsResponse

data class GetPossibleBreakpointsResponse (source)

Represents response frame that is returned from Debugger#getPossibleBreakpoints operation call. Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.

Link
Debugger#getPossibleBreakpoints method documentation.

See Also

DebuggerOperations.getPossibleBreakpoints

Constructors

<init>

GetPossibleBreakpointsResponse(locations: List<BreakLocation>)

Represents response frame that is returned from Debugger#getPossibleBreakpoints operation call. Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.

Properties

locations

val locations: List<BreakLocation>

List of the possible breakpoint locations.