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

991 B

Home > puppeteer > Protocol > Debugger > SetBreakpointByUrlResponse

Protocol.Debugger.SetBreakpointByUrlResponse interface

Signature:

export interface SetBreakpointByUrlResponse 

Properties

Property Type Description
breakpointId BreakpointId Id of the created breakpoint for further reference.
locations Location[] List of the locations this breakpoint resolved into upon addition.