import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { SetBreakpointByUrlResponse } = Protocol.Debugger;
Properties
breakpointId: BreakpointId
Id of the created breakpoint for further reference.
locations: Location[]
List of the locations this breakpoint resolved into upon addition.