Extremely Popular
Go to Latest
interface puppeteer.Debugger.BreakLocation
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { BreakLocation } = puppeteer.Debugger;

Properties

Script identifier as reported in the Debugger.scriptParsed.

lineNumber: integer

Line number in the script (0-based).

optional
columnNumber: integer

Column number in the script (0-based).

optional
type: ("debuggerStatement" | "call" | "return")

(BreakLocationType enum)