[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [SetAsyncCallStackDepthRequest](./puppeteer.protocol.debugger.setasynccallstackdepthrequest.md)
## Protocol.Debugger.SetAsyncCallStackDepthRequest interface
Signature:
```typescript
export interface SetAsyncCallStackDepthRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [maxDepth](./puppeteer.protocol.debugger.setasynccallstackdepthrequest.maxdepth.md) | [integer](./puppeteer.protocol.integer.md) | Maximum depth of async call stacks. Setting to 0
will effectively disable collecting async call stacks (default). |