[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [UniqueDebuggerId](./puppeteer.protocol.runtime.uniquedebuggerid.md) ## Protocol.Runtime.UniqueDebuggerId type Unique identifier of current debugger. Signature: ```typescript export type UniqueDebuggerId = string; ```