908 |
908 |
909 while self.__pendingConnections: |
909 while self.__pendingConnections: |
910 sock = self.__pendingConnections.pop() |
910 sock = self.__pendingConnections.pop() |
911 self.__shutdownSocket(sock) |
911 self.__shutdownSocket(sock) |
912 |
912 |
913 self.__ericServerDebuggerInterface.stopClient() |
913 if self.__ericServerDebuggerInterface is not None: |
|
914 self.__ericServerDebuggerInterface.stopClient() |
914 |
915 |
915 # reinitialize |
916 # reinitialize |
916 self.__commandQueue.clear() |
917 self.__commandQueue.clear() |
917 |
918 |
918 self.__mainDebugger = None |
919 self.__mainDebugger = None |