2020-07-13 13:01:35 +00:00
<!-- 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 ) > [ContinueToLocationRequest ](./puppeteer.protocol.debugger.continuetolocationrequest.md )
## Protocol.Debugger.ContinueToLocationRequest interface
< b > Signature:< / b >
```typescript
export interface ContinueToLocationRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [location ](./puppeteer.protocol.debugger.continuetolocationrequest.location.md ) | [Location ](./puppeteer.protocol.debugger.location.md ) | Location to continue to. |
2020-07-20 15:17:06 +00:00
| [targetCallFrames ](./puppeteer.protocol.debugger.continuetolocationrequest.targetcallframes.md ) | ('any' \| 'current') | (ContinueToLocationRequestTargetCallFrames enum) |
2020-07-13 13:01:35 +00:00