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