[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. Signature: ```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 | |