206 getConfig("ericDir"), "DebugClients", "Python", "DebugClient.py" |
205 getConfig("ericDir"), "DebugClients", "Python", "DebugClient.py" |
207 ) |
206 ) |
208 else: |
207 else: |
209 debugClient = Preferences.getDebugger("DebugClient3") |
208 debugClient = Preferences.getDebugger("DebugClient3") |
210 if debugClient == "": |
209 if debugClient == "": |
|
210 # use the 'standard' debug client if no custom one was configured |
211 debugClient = os.path.join( |
211 debugClient = os.path.join( |
212 sys.path[0], "DebugClients", "Python", "DebugClient.py" |
212 getConfig("ericDir"), "DebugClients", "Python", "DebugClient.py" |
213 ) |
213 ) |
214 |
214 |
215 redirect = ( |
215 redirect = ( |
216 str(configOverride["redirect"]) |
216 str(configOverride["redirect"]) |
217 if configOverride and configOverride["enable"] |
217 if configOverride and configOverride["enable"] |