--- a/Debugger/DebugServer.py Fri Jun 15 11:56:58 2018 +0200 +++ b/Debugger/DebugServer.py Fri Jun 15 18:49:48 2018 +0200 @@ -218,10 +218,10 @@ # Change clientType if dependent interpreter not exist anymore # (maybe deinstalled,...) elif self.clientType == 'Python2' and Preferences.getDebugger( - "PythonInterpreter") == '': + "Python2VirtualEnv") == '': self.clientType = 'Python3' elif self.clientType == 'Python3' and Preferences.getDebugger( - "Python3Interpreter") == '': + "Python3VirtualEnv") == '': self.clientType = 'Python2' self.lastClientType = ''