src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 10318
1e498581a094
parent 10311
0a141f9ae677
child 10321
4a017fdf316f
equal deleted inserted replaced
10317:f1b00d7dec16 10318:1e498581a094
643 if ( 643 if (
644 debuggerId != self.__mainDebugger 644 debuggerId != self.__mainDebugger
645 and self.__autoContinue 645 and self.__autoContinue
646 and not self.__isStepCommand 646 and not self.__isStepCommand
647 ): 647 ):
648 self.__autoContinued.append(debuggerId)
649 QTimer.singleShot(0, lambda: self.remoteContinue(debuggerId)) 648 QTimer.singleShot(0, lambda: self.remoteContinue(debuggerId))
650 649
651 def __socketDisconnected(self, sock): 650 def __socketDisconnected(self, sock):
652 """ 651 """
653 Private slot handling a socket disconnecting. 652 Private slot handling a socket disconnecting.

eric ide

mercurial