--- a/DebugClients/Python/DebugClientThreads.py Sat Mar 28 11:49:02 2015 +0100 +++ b/DebugClients/Python/DebugClientThreads.py Sat Mar 28 12:11:11 2015 +0100 @@ -103,6 +103,8 @@ sys.setprofile(newThread.profile) else: ident = _original_start_thread(newThread.bootstrap, ()) + if self.mainThread is not None: + self.tracePython = self.mainThread.tracePython newThread.set_ident(ident) self.threads[newThread.get_ident()] = newThread finally: