mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
784 B
784 B
Home > puppeteer > Protocol > Debugger > GetPossibleBreakpointsResponse
Protocol.Debugger.GetPossibleBreakpointsResponse interface
Signature:
export interface GetPossibleBreakpointsResponse
Properties
Property | Type | Description |
---|---|---|
locations | BreakLocation[] | List of the possible breakpoint locations. |