932 B
932 B
Home > puppeteer > Protocol > Debugger > SetBreakpointResponse
Protocol.Debugger.SetBreakpointResponse interface
Signature:
export interface SetBreakpointResponse
Properties
Property | Type | Description |
---|---|---|
actualLocation | Location | Location this breakpoint resolved into. |
breakpointId | BreakpointId | Id of the created breakpoint for further reference. |