diff -r 4055a15ce0f2 -r 4a0a82ddd9d2 Project/DebuggerPropertiesDialog.py --- a/Project/DebuggerPropertiesDialog.py Fri Oct 18 18:00:02 2013 +0200 +++ b/Project/DebuggerPropertiesDialog.py Fri Oct 18 18:42:10 2013 +0200 @@ -70,7 +70,8 @@ getConfig('ericDir'), "DebugClients", "Python3", "DebugClient.py") elif self.project.pdata["PROGLANGUAGE"][0] == "Ruby": - debugClient = os.path.join(getConfig('ericDir'), + debugClient = os.path.join( + getConfig('ericDir'), "DebugClients", "Ruby", "DebugClient.rb") else: debugClient = "" @@ -156,7 +157,8 @@ getConfig('ericDir'), "DebugClients", "Python3", "DebugClient.py") elif self.project.pdata["PROGLANGUAGE"][0] == "Ruby": - debugClient = os.path.join(getConfig('ericDir'), + debugClient = os.path.join( + getConfig('ericDir'), "DebugClients", "Ruby", "DebugClient.rb") else: debugClient = ""