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