[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [EnableResponse](./puppeteer.protocol.debugger.enableresponse.md) ## Protocol.Debugger.EnableResponse interface Signature: ```typescript export interface EnableResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [debuggerId](./puppeteer.protocol.debugger.enableresponse.debuggerid.md) | [Runtime.UniqueDebuggerId](./puppeteer.protocol.runtime.uniquedebuggerid.md) | Unique identifier of the debugger. |