puppeteer/new-docs/puppeteer.protocol.debugger.stepintorequest.md

20 lines
944 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [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. |
| [skipList](./puppeteer.protocol.debugger.stepintorequest.skiplist.md) | [LocationRange](./puppeteer.protocol.debugger.locationrange.md)<!-- -->\[\] | The skipList specifies location ranges that should be skipped on step into. |