mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
675 B
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;