src/eric7/DebugClients/Python/DebugBase.py

branch
eric7
changeset 10289
490388ca210c
parent 10287
0322776373ed
child 10290
a362e5d5bf66
diff -r 1f5c7f54c3cc -r 490388ca210c src/eric7/DebugClients/Python/DebugBase.py
--- 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 (

eric ide

mercurial