[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [Scope](./puppeteer.protocol.debugger.scope.md) > [endLocation](./puppeteer.protocol.debugger.scope.endlocation.md) ## Protocol.Debugger.Scope.endLocation property Location in the source code where scope ends Signature: ```typescript endLocation?: Location; ```