340 return process, self.__isNetworked, interpreter |
340 return process, self.__isNetworked, interpreter |
341 |
341 |
342 def __determineDebugClient(self): |
342 def __determineDebugClient(self): |
343 """ |
343 """ |
344 Private method to determine the debug client to be started. |
344 Private method to determine the debug client to be started. |
345 |
345 |
346 @return path of the debug client |
346 @return path of the debug client |
347 @rtype str |
347 @rtype str |
348 """ |
348 """ |
349 debugClientType = Preferences.getDebugger("DebugClientType3") |
349 debugClientType = Preferences.getDebugger("DebugClientType3") |
350 if debugClientType == "standard": |
350 if debugClientType == "standard": |