--- a/DebugClients/Python3/DebugThread.py Sat Mar 28 11:49:02 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):
"""