[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [SetBreakpointByUrlResponse](./puppeteer.protocol.debugger.setbreakpointbyurlresponse.md) > [locations](./puppeteer.protocol.debugger.setbreakpointbyurlresponse.locations.md) ## Protocol.Debugger.SetBreakpointByUrlResponse.locations property List of the locations this breakpoint resolved into upon addition. Signature: ```typescript locations: Location[]; ```