14 lines
539 B
Markdown
14 lines
539 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) > [PausedEvent](./puppeteer.protocol.debugger.pausedevent.md) > [callFrames](./puppeteer.protocol.debugger.pausedevent.callframes.md)
|
||
|
|
||
|
## Protocol.Debugger.PausedEvent.callFrames property
|
||
|
|
||
|
Call stack the virtual machine stopped on.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
callFrames: CallFrame[];
|
||
|
```
|