mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
597 B
597 B
Home > puppeteer > Protocol > Debugger > SetBreakpointResponse > breakpointId
Protocol.Debugger.SetBreakpointResponse.breakpointId property
Id of the created breakpoint for further reference.
Signature:
breakpointId: BreakpointId;