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. |