[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [SetBreakpointResponse](./puppeteer.protocol.debugger.setbreakpointresponse.md) > [actualLocation](./puppeteer.protocol.debugger.setbreakpointresponse.actuallocation.md) ## Protocol.Debugger.SetBreakpointResponse.actualLocation property Location this breakpoint resolved into. Signature: ```typescript actualLocation: Location; ```