diff -r 41df96c4c8ce -r 56eee32610a3 Debugger/DebuggerInterfaceRuby.py --- a/Debugger/DebuggerInterfaceRuby.py Sun Jul 24 16:51:17 2016 +0200 +++ b/Debugger/DebuggerInterfaceRuby.py Sun Jul 24 19:26:45 2016 +0200 @@ -173,7 +173,7 @@ rhost = "localhost" if rexec: args = Utilities.parseOptionString(rexec) + \ - [rhost, interpreter, os.path.abspath(debugClient), + [rhost, interpreter, debugClient, str(port), redirect, ipaddr] args[0] = Utilities.getExecutablePath(args[0]) process = self.__startProcess(args[0], args[1:])