[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [StepIntoRequest](./puppeteer.protocol.debugger.stepintorequest.md) ## Protocol.Debugger.StepIntoRequest interface Signature: ```typescript export interface StepIntoRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [breakOnAsyncCall](./puppeteer.protocol.debugger.stepintorequest.breakonasynccall.md) | boolean | Debugger will pause on the execution of the first async task which was scheduled before next pause. |