196 rhost = Preferences.getDebugger("RemoteHost") |
196 rhost = Preferences.getDebugger("RemoteHost") |
197 if rhost == "": |
197 if rhost == "": |
198 rhost = "localhost" |
198 rhost = "localhost" |
199 if rexec: |
199 if rexec: |
200 args = Utilities.parseOptionString(rexec) + \ |
200 args = Utilities.parseOptionString(rexec) + \ |
201 [rhost, interpreter, os.path.abspath(debugClient), |
201 [rhost, interpreter, debugClient, |
202 noencoding, str(port), redirect, ipaddr] |
202 noencoding, str(port), redirect, ipaddr] |
203 args[0] = Utilities.getExecutablePath(args[0]) |
203 args[0] = Utilities.getExecutablePath(args[0]) |
204 process = self.__startProcess(args[0], args[1:]) |
204 process = self.__startProcess(args[0], args[1:]) |
205 if process is None: |
205 if process is None: |
206 E5MessageBox.critical( |
206 E5MessageBox.critical( |