--- a/eric6/Debugger/DebugServer.py Sun Feb 09 19:27:49 2020 +0100 +++ b/eric6/Debugger/DebugServer.py Mon Feb 10 18:49:49 2020 +0100 @@ -965,7 +965,6 @@ @type bool """ self.__autoClearShell = autoClearShell - self.__autoContinue = autoContinue if clientType not in self.getSupportedLanguages(): # a not supported client language was requested @@ -1476,6 +1475,7 @@ @param text the text to be completed (string) """ + # TODO: send this to the currently selected debugger self.debuggerInterface.remoteCompletion(text) def remoteUTDiscover(self, clientType, forProject, venvName, syspath,