383 @rtype tuple of (QProcess, bool, str) |
383 @rtype tuple of (QProcess, bool, str) |
384 """ |
384 """ |
385 global origPathEnv |
385 global origPathEnv |
386 |
386 |
387 project = ericApp().getObject("Project") |
387 project = ericApp().getObject("Project") |
388 # TODO: adjust to embedded env |
|
389 if not project.isDebugPropertiesLoaded(): |
388 if not project.isDebugPropertiesLoaded(): |
390 return None, self.__isNetworked, "" |
389 return None, self.__isNetworked, "" |
391 |
390 |
392 # start debugger with project specific settings |
391 # start debugger with project specific settings |
393 debugClient = project.getDebugProperty("DEBUGCLIENT") |
392 debugClient = project.getDebugProperty("DEBUGCLIENT") |