interface Debugger.GetPossibleBreakpointsParameterType
Properties Jump to heading
Start of range to search possible breakpoint locations in.
optional
Jump to headingend: Location | undefined
End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range.
optional
Jump to headingrestrictToFunction: boolean | undefined
Only consider locations which are in the same (non-nested) function as start.