Skip to main content
Go to Latest
interface default.Debugger.StepIntoRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { StepIntoRequest } = default.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.