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

675 B

Home > puppeteer > Protocol > Debugger > GetPossibleBreakpointsRequest > restrictToFunction

Protocol.Debugger.GetPossibleBreakpointsRequest.restrictToFunction property

Only consider locations which are in the same (non-nested) function as start.

Signature:

restrictToFunction?: boolean;