chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / DebuggerDomain / setBreakpointOnFunctionCall

setBreakpointOnFunctionCall

suspend fun setBreakpointOnFunctionCall(input: SetBreakpointOnFunctionCallRequest): SetBreakpointOnFunctionCallResponse

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.