[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [GetPossibleBreakpointsResponse](./puppeteer.protocol.debugger.getpossiblebreakpointsresponse.md) ## Protocol.Debugger.GetPossibleBreakpointsResponse interface Signature: ```typescript export interface GetPossibleBreakpointsResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [locations](./puppeteer.protocol.debugger.getpossiblebreakpointsresponse.locations.md) | [BreakLocation](./puppeteer.protocol.debugger.breaklocation.md)\[\] | List of the possible breakpoint locations. |