interface Debugger.SetBreakpointReturnType
Usage in Deno
import { type Debugger } from "node:inspector"; type { SetBreakpointReturnType } = Debugger;
Id of the created breakpoint for further reference.
Location this breakpoint resolved into.