--- a/Debugger/DebugServer.py Sun Oct 03 11:30:02 2010 +0200 +++ b/Debugger/DebugServer.py Sun Oct 03 11:30:20 2010 +0200 @@ -123,7 +123,7 @@ self.debugging = False self.clientProcess = None self.clientType = \ - Preferences.Prefs.settings.value('DebugClient/Type', 'Python') + Preferences.Prefs.settings.value('DebugClient/Type', 'Python3') self.lastClientType = '' self.__autoClearShell = False