puppeteer/new-docs/puppeteer.protocol.debugger.pauseonasynccallrequest.md
2020-07-13 14:01:35 +01:00

19 lines
788 B
Markdown

<!-- 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; [PauseOnAsyncCallRequest](./puppeteer.protocol.debugger.pauseonasynccallrequest.md)
## Protocol.Debugger.PauseOnAsyncCallRequest interface
<b>Signature:</b>
```typescript
export interface PauseOnAsyncCallRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [parentStackTraceId](./puppeteer.protocol.debugger.pauseonasynccallrequest.parentstacktraceid.md) | [Runtime.StackTraceId](./puppeteer.protocol.runtime.stacktraceid.md) | Debugger will pause when async call with given stack trace is started. |