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

19 lines
784 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)
## Protocol.Debugger.GetPossibleBreakpointsResponse interface
<b>Signature:</b>
```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. |