diff -r 490388ca210c -r a362e5d5bf66 src/eric7/DebugClients/Python/DebugBase.py --- a/src/eric7/DebugClients/Python/DebugBase.py Tue Nov 07 11:03:13 2023 +0100 +++ b/src/eric7/DebugClients/Python/DebugBase.py Tue Nov 07 11:10:49 2023 +0100 @@ -331,7 +331,7 @@ if event == "call": if ( self.stop_here(frame) - or not self.callTraceOptimization + or not self._dbgClient.callTraceOptimization or self.__checkBreakInFrame(frame) or Watch.watches != [] ) or (