mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
909 B
909 B
Home > puppeteer > Protocol > Runtime > StackTraceId
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:
export interface StackTraceId
Properties
Property | Type | Description |
---|---|---|
debuggerId | UniqueDebuggerId | |
id | string |