pl.wendigo.chrome.api.debugger / DebuggerOperations / setBreakpointOnFunctionCall

setBreakpointOnFunctionCall

fun setBreakpointOnFunctionCall(input: SetBreakpointOnFunctionCallRequest): Single<SetBreakpointOnFunctionCallResponse> (source)

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.

Link
Protocol Debugger#setBreakpointOnFunctionCall method documentation.