969 B
969 B
Home > puppeteer > Protocol > Debugger > BreakpointResolvedEvent
Protocol.Debugger.BreakpointResolvedEvent interface
Fired when breakpoint is resolved to an actual script and location.
Signature:
export interface BreakpointResolvedEvent
Properties
Property | Type | Description |
---|---|---|
breakpointId | BreakpointId | Breakpoint unique identifier. |
location | Location | Actual breakpoint location. |