--- a/src/eric7/DebugClients/Python/DebugBase.py Mon Nov 06 19:12:33 2023 +0100 +++ b/src/eric7/DebugClients/Python/DebugBase.py Tue Nov 07 11:03:13 2023 +0100 @@ -331,6 +331,7 @@ if event == "call": if ( self.stop_here(frame) + or not self.callTraceOptimization or self.__checkBreakInFrame(frame) or Watch.watches != [] ) or (