572 if ( |
572 if ( |
573 debuggerId != self.__master and |
573 debuggerId != self.__master and |
574 self.__autoContinue and |
574 self.__autoContinue and |
575 not self.__isStepCommand |
575 not self.__isStepCommand |
576 ): |
576 ): |
|
577 self.__autoContinued.append(debuggerId) |
577 QTimer.singleShot( |
578 QTimer.singleShot( |
578 0, lambda: self.remoteContinue(debuggerId)) |
579 0, lambda: self.remoteContinue(debuggerId)) |
579 |
580 |
580 def __socketDisconnected(self, sock): |
581 def __socketDisconnected(self, sock): |
581 """ |
582 """ |