import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { StepIntoRequest } = Protocol.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.