[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [CallFrame](./puppeteer.protocol.debugger.callframe.md) > [location](./puppeteer.protocol.debugger.callframe.location.md) ## Protocol.Debugger.CallFrame.location property Location in the source code. Signature: ```typescript location: Location; ```