puppeteer/new-docs/puppeteer.protocol.debugger.getpossiblebreakpointsrequest.restricttofunction.md
2020-07-13 14:01:35 +01:00

14 lines
675 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [GetPossibleBreakpointsRequest](./puppeteer.protocol.debugger.getpossiblebreakpointsrequest.md) &gt; [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.
<b>Signature:</b>
```typescript
restrictToFunction?: boolean;
```