Tue, 07 Nov 2023 11:10:49 +0100
Fixed an issue introduced by the recent debugger change.
src/eric7/DebugClients/Python/DebugBase.py | file | annotate | diff | comparison | revisions |
--- 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 (