interface Debugger.GetPossibleBreakpointsReturnType
Usage in Deno
import { type Debugger } from "node:inspector"; type { GetPossibleBreakpointsReturnType } = Debugger;
List of the possible breakpoint locations.
import { type Debugger } from "node:inspector"; type { GetPossibleBreakpointsReturnType } = Debugger;
List of the possible breakpoint locations.