22 lines
909 B
Markdown
22 lines
909 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [StackTraceId](./puppeteer.protocol.runtime.stacktraceid.md)
|
||
|
|
||
|
## Protocol.Runtime.StackTraceId interface
|
||
|
|
||
|
If `debuggerId` is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See `Runtime.StackTrace` and `Debugger.paused` for usages.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface StackTraceId
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [debuggerId](./puppeteer.protocol.runtime.stacktraceid.debuggerid.md) | [UniqueDebuggerId](./puppeteer.protocol.runtime.uniquedebuggerid.md) | |
|
||
|
| [id](./puppeteer.protocol.runtime.stacktraceid.id.md) | string | |
|
||
|
|