mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > Debugger > GetPossibleBreakpointsRequest
Protocol.Debugger.GetPossibleBreakpointsRequest interface
Signature:
export interface GetPossibleBreakpointsRequest
Properties
Property | Type | Description |
---|---|---|
end | Location | End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range. |
restrictToFunction | boolean | Only consider locations which are in the same (non-nested) function as start. |
start | Location | Start of range to search possible breakpoint locations in. |