Skip to main content
Debugger.SetBreakpointByUrlReturnType - Node documentation
interface Debugger.SetBreakpointByUrlReturnType

Usage in Deno

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

Properties

Id of the created breakpoint for further reference.

List of the locations this breakpoint resolved into upon addition.