Debugger.StepIntoParameterType.breakOnAsyncCall - Node documentation
property Debugger.StepIntoParameterType.breakOnAsyncCall
Unstable

Usage in Deno

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

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

Type

boolean | undefined