GetPossibleBreakpointsParameterType

sealed external interface GetPossibleBreakpointsParameterType(source)

Properties

Link copied to clipboard
abstract var end: Location?

End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range.

Link copied to clipboard

Only consider locations which are in the same (non-nested) function as start.

Link copied to clipboard
abstract var start: Location

Start of range to search possible breakpoint locations in.