mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |