Skip to main content
Debugger.GetPossibleBreakpointsParameterType.end - inspector - Node documentation
property Debugger.GetPossibleBreakpointsParameterType.end

Usage in Deno

import { type Debugger } from "node:inspector";

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

Type

Location | undefined