Get Possible Breakpoints Response
data class GetPossibleBreakpointsResponse(locations: List<BreakLocation>)
Content copied to clipboard
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.
See also
Constructors
GetPossibleBreakpointsResponse
Link copied to clipboard
Properties
locations
Link copied to clipboard
Sources
jvm source
Link copied to clipboard