puppeteer/new-docs/puppeteer.protocol.runtime.stacktraceid.md

22 lines
909 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; [Runtime](./puppeteer.protocol.runtime.md) &gt; [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 | |