<!-- 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; [SetBreakpointRequest](./puppeteer.protocol.debugger.setbreakpointrequest.md) &gt; [location](./puppeteer.protocol.debugger.setbreakpointrequest.location.md)

## Protocol.Debugger.SetBreakpointRequest.location property

Location to set breakpoint in.

<b>Signature:</b>

```typescript
location: Location;
```