mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
991 B
991 B
Home > puppeteer > Protocol > Debugger > SetBreakpointByUrlResponse
Protocol.Debugger.SetBreakpointByUrlResponse interface
Signature:
export interface SetBreakpointByUrlResponse
Properties
Property | Type | Description |
---|---|---|
breakpointId | BreakpointId | Id of the created breakpoint for further reference. |
locations | Location[] | List of the locations this breakpoint resolved into upon addition. |