<!-- 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; [GetPossibleBreakpointsRequest](./puppeteer.protocol.debugger.getpossiblebreakpointsrequest.md) &gt; [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;
```