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