Tests Debugger.setBreakpointOnFunctionCall.set breakpoint on function callcall functionpausedhitBreakpoints contains id: trueremove breakpoint{ id : <messageId> result : { }}call function againevaluate finished without pauseset breakpoint on function callset breakpoint on same function call{ error : { code : -32000 message : Breakpoint at specified location already exists. } id : <messageId>}set breakpoint on function call with conditioncall function, condition is falseevaluate finished without pausecall function, condition is truepausedhitBreakpoints contains id: trueremove breakpoint{ id : <messageId> result : { }}call function againevaluate finished without pause