DebugClients/Python3/DebugClientBase.py

changeset 126
7902c9178ee0
parent 107
918a6be6f051
child 406
eacf81fad150
child 693
ca35ffad8958
--- a/DebugClients/Python3/DebugClientBase.py	Sun Feb 28 09:06:59 2010 +0000
+++ b/DebugClients/Python3/DebugClientBase.py	Sun Feb 28 10:31:49 2010 +0000
@@ -265,7 +265,7 @@
         Public method to send the list of threads.
         """
         threadList = []
-        if self.threads:    # indication for the threaded debugger
+        if self.threads and self.currentThread:    # indication for the threaded debugger
             currentId = self.currentThread.get_ident()
             for t in self.threads.values():
                 d = {}

eric ide

mercurial