puppeteer/new-docs/puppeteer.protocol.runtime.stacktraceid.md
2020-07-13 14:01:35 +01:00

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