14 lines
675 B
Markdown
14 lines
675 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
restrictToFunction?: boolean;
|
|
```
|