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

19 lines
740 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; [StepOverRequest](./puppeteer.protocol.debugger.stepoverrequest.md)
## Protocol.Debugger.StepOverRequest interface
<b>Signature:</b>
```typescript
export interface StepOverRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [skipList](./puppeteer.protocol.debugger.stepoverrequest.skiplist.md) | [LocationRange](./puppeteer.protocol.debugger.locationrange.md)<!-- -->\[\] | The skipList specifies location ranges that should be skipped on step over. |