import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { GetPossibleBreakpointsResponse } = Protocol.Debugger;
Properties
locations: BreakLocation[]
List of the possible breakpoint locations.
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { GetPossibleBreakpointsResponse } = Protocol.Debugger;
List of the possible breakpoint locations.