puppeteer/new-docs/puppeteer.protocol.debugger.breakpointresolvedevent.md
2020-07-13 14:01:35 +01:00

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.