Fixed a wrong default value for the debug client to be started. 5_0_x

Sun, 03 Oct 2010 11:30:20 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 03 Oct 2010 11:30:20 +0200
branch
5_0_x
changeset 648
89f96a46d57f
parent 647
087c2941bd02
child 649
c637bce45821

Fixed a wrong default value for the debug client to be started.

Debugger/DebugServer.py file | annotate | diff | comparison | revisions
--- 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
         

eric ide

mercurial