[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [SetInstrumentationBreakpointResponse](./puppeteer.protocol.debugger.setinstrumentationbreakpointresponse.md) ## Protocol.Debugger.SetInstrumentationBreakpointResponse interface Signature: ```typescript export interface SetInstrumentationBreakpointResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [breakpointId](./puppeteer.protocol.debugger.setinstrumentationbreakpointresponse.breakpointid.md) | [BreakpointId](./puppeteer.protocol.debugger.breakpointid.md) | Id of the created breakpoint for further reference. |