src/eric7/DebugClients/Python/DebugBase.py

branch
eric7
changeset 10290
a362e5d5bf66
parent 10289
490388ca210c
child 10321
4a017fdf316f
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 (

eric ide

mercurial