--- a/DebugClients/Python/DebugClientThreads.py Sat May 17 19:58:49 2014 +0200 +++ b/DebugClients/Python/DebugClientThreads.py Sun May 18 14:13:09 2014 +0200 @@ -147,7 +147,7 @@ def setCurrentThread(self, id): """ - Private method to set the current thread. + Public method to set the current thread. @param id the id the current thread should be set to. """ @@ -177,7 +177,7 @@ def set_quit(self): """ - Private method to do a 'set quit' on all threads. + Public method to do a 'set quit' on all threads. """ try: locked = self.lockClient(0)