diff -r 07030b761baf -r 447bd181896b DebugClients/Python/DebugThread.py --- a/DebugClients/Python/DebugThread.py Thu Mar 26 22:20:47 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): """