Debugger.StepIntoParameterType - Node documentation
interface Debugger.StepIntoParameterType

Usage in Deno

import { type Debugger } from "node:inspector";
type { StepIntoParameterType } = Debugger;

Properties

optional
breakOnAsyncCall: boolean | undefined

Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause.