[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [SetBreakpointResponse](./puppeteer.protocol.debugger.setbreakpointresponse.md) ## Protocol.Debugger.SetBreakpointResponse interface Signature: ```typescript export interface SetBreakpointResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [actualLocation](./puppeteer.protocol.debugger.setbreakpointresponse.actuallocation.md) | [Location](./puppeteer.protocol.debugger.location.md) | Location this breakpoint resolved into. | | [breakpointId](./puppeteer.protocol.debugger.setbreakpointresponse.breakpointid.md) | [BreakpointId](./puppeteer.protocol.debugger.breakpointid.md) | Id of the created breakpoint for further reference. |