import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { SetBreakpointRequest } = Protocol.Debugger;
Properties
location: Location
Location to set breakpoint in.
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { SetBreakpointRequest } = Protocol.Debugger;
Location to set breakpoint in.