import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { Location } = Protocol.Debugger;
Location in the source code.
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).