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

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.