import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetPossibleBreakpointsResponse } = default.Debugger;
Properties
locations: BreakLocation[]
List of the possible breakpoint locations.
x/pptr/vendor/devtools-protocol/protocol.d.ts>default.Debugger.GetPossibleBreakpointsResponse
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetPossibleBreakpointsResponse } = default.Debugger;
List of the possible breakpoint locations.