diff -r 7db1b9496e52 -r b619cb765507 Debugger/DebuggerInterfacePython3.py --- a/Debugger/DebuggerInterfacePython3.py Sun Jul 24 16:51:17 2016 +0200 +++ b/Debugger/DebuggerInterfacePython3.py Sun Jul 24 18:27:13 2016 +0200 @@ -175,7 +175,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:])