14 lines
667 B
Markdown
14 lines
667 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) > [GetPossibleBreakpointsRequest](./puppeteer.protocol.debugger.getpossiblebreakpointsrequest.md) > [end](./puppeteer.protocol.debugger.getpossiblebreakpointsrequest.end.md)
|
|
|
|
## Protocol.Debugger.GetPossibleBreakpointsRequest.end property
|
|
|
|
End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
end?: Location;
|
|
```
|