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