puppeteer/new-docs/puppeteer.protocol.debugger.getpossiblebreakpointsresponse.locations.md
2020-07-13 14:01:35 +01:00

14 lines
615 B
Markdown

<!-- 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[];
```