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. |