setBreakpointOnFunctionCall

Sets JavaScript breakpoint before each call to the given function. If another function was created from the same source as a given one, calling it will also trigger the breakpoint.


Sets JavaScript breakpoint before each call to the given function. If another function was created from the same source as a given one, calling it will also trigger the breakpoint.

Parameters

objectId

Function object id.

condition

Expression to use as a breakpoint condition. When specified, debugger will stop on the breakpoint if this expression evaluates to true.