Get Possible Breakpoints Request
data class GetPossibleBreakpointsRequest(start: Location, end: Location?, restrictToFunction: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Debugger#getPossibleBreakpoints operation call.
Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
See also
Constructors
GetPossibleBreakpointsRequest
Link copied to clipboard
fun GetPossibleBreakpointsRequest(start: Location, end: Location? = null, restrictToFunction: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard