[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 Signature: ```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. | | [targetCallFrames](./puppeteer.protocol.debugger.continuetolocationrequest.targetcallframes.md) | ('any' \| 'current') | (ContinueToLocationRequestTargetCallFrames enum) |