Skip to main content
Module

x/astral/bindings/celestial.ts>Debugger_BreakLocation

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Debugger_BreakLocation
import { type Debugger_BreakLocation } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition: { scriptId: Runtime_ScriptId; lineNumber: number; columnNumber?: number; type?: "debuggerStatement" | "call" | "return"; }