Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
namespace Protocol.EventBreakpoints
import { Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { EventBreakpoints } = Protocol;

EventBreakpoints permits setting breakpoints on particular operations and events in targets that run JavaScript but do not have a DOM. JavaScript execution will stop on these operations as if there was a regular breakpoint set.