Debugger/DebuggerInterfacePython3.py

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

eric ide

mercurial