import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { StepIntoRequest } = default.Debugger;
Properties
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.