src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 10318
1e498581a094
parent 10311
0a141f9ae677
child 10321
4a017fdf316f
diff -r f1b00d7dec16 -r 1e498581a094 src/eric7/Debugger/DebuggerInterfacePython.py
--- a/src/eric7/Debugger/DebuggerInterfacePython.py	Thu Nov 16 17:17:49 2023 +0100
+++ b/src/eric7/Debugger/DebuggerInterfacePython.py	Thu Nov 16 18:10:59 2023 +0100
@@ -645,7 +645,6 @@
                 and self.__autoContinue
                 and not self.__isStepCommand
             ):
-                self.__autoContinued.append(debuggerId)
                 QTimer.singleShot(0, lambda: self.remoteContinue(debuggerId))
 
     def __socketDisconnected(self, sock):

eric ide

mercurial