Debugger/DebuggerInterfacePython.py

branch
6_1_x
changeset 5060
56eee32610a3
parent 4632
ca310db386ed
equal deleted inserted replaced
5058:41df96c4c8ce 5060:56eee32610a3
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(

eric ide

mercurial