Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Debugger.StepIntoRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Debugger.StepIntoRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { StepIntoRequest } = Protocol.Debugger;

Properties

optional
breakOnAsyncCall: boolean

Debugger will pause on the execution of the first async task which was scheduled before next pause.

optional
skipList: LocationRange[]

The skipList specifies location ranges that should be skipped on step into.