interface Debugger.StepIntoParameterType
Usage in Deno
```typescript import { Debugger } from "node:node__inspector.d.ts"; ```optional
breakOnAsyncCall: boolean | undefined
Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause.