Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Debugger.BreakLocation

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Debugger.BreakLocation
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { BreakLocation } = Protocol.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)