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

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.