diff -r 052ce4cf06c6 -r b6674724612a eric6/Debugger/DebuggerInterfacePython.py --- a/eric6/Debugger/DebuggerInterfacePython.py Sun Feb 02 19:29:56 2020 +0100 +++ b/eric6/Debugger/DebuggerInterfacePython.py Mon Feb 03 19:54:02 2020 +0100 @@ -563,8 +563,8 @@ self.__pendingConnections.remove(sock) if not self.__connections: - # no active connections anymore => restart the backend - self.debugServer.startClient() + # no active connections anymore + self.debugServer.signalLastClientExited() def getDebuggerIds(self): """