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. |