import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SetBreakpointRequest } = Protocol.Debugger;
Properties
location: Location
Location to set breakpoint in.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.Debugger.SetBreakpointRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SetBreakpointRequest } = Protocol.Debugger;
Location to set breakpoint in.