DebugClients/Python3/DebugThread.py

branch
6_0_x
changeset 4188
447bd181896b
parent 4022
f5f42921717e
child 4541
e8ddd9d76414
--- a/DebugClients/Python3/DebugThread.py	Thu Mar 26 22:20:47 2015 +0100
+++ b/DebugClients/Python3/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