19 lines
784 B
Markdown
19 lines
784 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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
|
|
|
|
<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. |
|
|
|