--- a/DebugClients/Python3/DebugClientBase.py Sat Sep 10 19:32:56 2016 +0200 +++ b/DebugClients/Python3/DebugClientBase.py Sun Sep 11 13:11:58 2016 +0200 @@ -245,7 +245,7 @@ """ Public method to setup a thread for DebugClient to debug. - If mainThread is non-zero, then we are attaching to the already + If mainThread is True, then we are attaching to the already started mainthread of the app and the rest of the args are ignored. @param target the start function of the target thread (i.e. the