mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1020 B
1020 B
Home > puppeteer > Protocol > Debugger > SetBreakpointOnFunctionCallRequest
Protocol.Debugger.SetBreakpointOnFunctionCallRequest interface
Signature:
export interface SetBreakpointOnFunctionCallRequest
Properties
Property | Type | Description |
---|---|---|
condition | string | Expression to use as a breakpoint condition. When specified, debugger will stop on the breakpoint if this expression evaluates to true. |
objectId | Runtime.RemoteObjectId | Function object id. |