19 lines
699 B
Markdown
19 lines
699 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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
|
|
|
|
<b>Signature:</b>
|
|
|
|
```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. |
|
|
|