src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 11087
8f5d1b5e16c9
parent 11029
1cd8701ed260
child 11090
f5f5f5803935
equal deleted inserted replaced
11086:9f15464daafa 11087:8f5d1b5e16c9
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

eric ide

mercurial