mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
933 B
933 B
Home > puppeteer > Protocol > Debugger > SetBreakpointRequest
Protocol.Debugger.SetBreakpointRequest interface
Signature:
export interface SetBreakpointRequest
Properties
Property | Type | Description |
---|---|---|
condition | string | Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. |
location | Location | Location to set breakpoint in. |