eric6/DebugClients/Python/DebugBase.py

changeset 8228
772103b14c18
parent 8207
d359172d11be
child 8240
93b8a353c4bf
--- a/eric6/DebugClients/Python/DebugBase.py	Mon Apr 12 19:05:23 2021 +0200
+++ b/eric6/DebugClients/Python/DebugBase.py	Mon Apr 12 19:21:40 2021 +0200
@@ -334,9 +334,7 @@
                 self.stop_here(frame) or
                 self.__checkBreakInFrame(frame) or
                 Watch.watches != []
-            ):
-                return self.trace_dispatch
-            elif (
+            ) or (
                 self.stopframe and
                 frame.f_code.co_flags & GENERATOR_AND_COROUTINE_FLAGS
             ):

eric ide

mercurial