import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { BreakLocation } = Protocol.Debugger;
Properties
scriptId: Runtime.ScriptId
Script identifier as reported in the Debugger.scriptParsed
.
lineNumber: integer
Line number in the script (0-based).
optional
columnNumber: integerColumn number in the script (0-based).