eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 8953
3e8adcb59aad
parent 8881
54e42bc2437a
child 8954
c8b027c654bc
diff -r b6311a17471a -r 3e8adcb59aad eric7/Debugger/DebuggerInterfacePython.py
--- a/eric7/Debugger/DebuggerInterfacePython.py	Sun Feb 20 16:25:22 2022 +0100
+++ b/eric7/Debugger/DebuggerInterfacePython.py	Sun Feb 20 17:38:10 2022 +0100
@@ -574,6 +574,7 @@
                 self.__autoContinue and
                 not self.__isStepCommand
             ):
+                self.__autoContinued.append(debuggerId)
                 QTimer.singleShot(
                     0, lambda: self.remoteContinue(debuggerId))
     

eric ide

mercurial