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

Properties

breakpointId: BreakpointId

Id of the created breakpoint for further reference.

locations: Location[]

List of the locations this breakpoint resolved into upon addition.