Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Debugger.StepIntoRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.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.