Debugger/DebuggerInterfacePython.py

changeset 5059
b619cb765507
parent 4631
5c1a96925da4
diff -r 7db1b9496e52 -r b619cb765507 Debugger/DebuggerInterfacePython.py
--- a/Debugger/DebuggerInterfacePython.py	Sun Jul 24 16:51:17 2016 +0200
+++ b/Debugger/DebuggerInterfacePython.py	Sun Jul 24 18:27:13 2016 +0200
@@ -178,7 +178,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:])

eric ide

mercurial