Debugger/DebuggerInterfaceRuby.py

branch
6_1_x
changeset 5060
56eee32610a3
parent 4632
ca310db386ed
--- 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:])

eric ide

mercurial