<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [GetPossibleBreakpointsResponse](./puppeteer.protocol.debugger.getpossiblebreakpointsresponse.md) &gt; [locations](./puppeteer.protocol.debugger.getpossiblebreakpointsresponse.locations.md)

## Protocol.Debugger.GetPossibleBreakpointsResponse.locations property

List of the possible breakpoint locations.

<b>Signature:</b>

```typescript
locations: BreakLocation[];
```