set Breakpoint On Function Call
fun setBreakpointOnFunctionCall(input: SetBreakpointOnFunctionCallRequest): Single<SetBreakpointOnFunctionCallResponse>
Content copied to clipboard
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.
Sources
jvm source
Link copied to clipboard