19 lines
712 B
Markdown
19 lines
712 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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
|
|
|
|
<b>Signature:</b>
|
|
|
|
```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. |
|
|
|