DebugClients/Python/DebugThread.py

changeset 4187
61fd08bac49b
parent 4021
195a471c327b
child 4541
e8ddd9d76414
--- a/DebugClients/Python/DebugThread.py	Sat Mar 28 11:49:02 2015 +0100
+++ b/DebugClients/Python/DebugThread.py	Sat Mar 28 12:11:11 2015 +0100
@@ -46,6 +46,7 @@
         
         self.__ident = None  # id of this thread.
         self.__name = ""
+        self.tracePython = False
     
     def set_ident(self, id):
         """

eric ide

mercurial