[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [GetPossibleBreakpointsRequest](./puppeteer.protocol.debugger.getpossiblebreakpointsrequest.md) > [restrictToFunction](./puppeteer.protocol.debugger.getpossiblebreakpointsrequest.restricttofunction.md) ## Protocol.Debugger.GetPossibleBreakpointsRequest.restrictToFunction property Only consider locations which are in the same (non-nested) function as start. Signature: ```typescript restrictToFunction?: boolean; ```