--- a/Documentation/Source/eric6.DebugClients.Python2.DebugClientBase.html Sat Sep 10 19:32:56 2016 +0200 +++ b/Documentation/Source/eric6.DebugClients.Python2.DebugClientBase.html Sun Sep 11 13:11:58 2016 +0200 @@ -299,8 +299,8 @@ 1 to report global variables, 0 for local variables (int) </dd><dt><i>filter</i></dt> <dd> -the indices of variable types to be filtered (list of - int) +the indices of variable types to be filtered + (list of int) </dd> </dl><a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a> <h4>DebugClientBase.__formatQtVariable</h4> @@ -494,15 +494,12 @@ </dd> </dl><a NAME="DebugClientBase.attachThread" ID="DebugClientBase.attachThread"></a> <h4>DebugClientBase.attachThread</h4> -<b>attachThread</b>(<i>target=None, args=None, kwargs=None, mainThread=0</i>) +<b>attachThread</b>(<i>target=None, args=None, kwargs=None, mainThread=False</i>) <p> Public method to setup a thread for DebugClient to debug. </p><p> - 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. -</p><p> - This is just an empty function and is overridden in the threaded - debugger. </p><dl> <dt><i>target</i></dt> <dd> @@ -516,7 +513,7 @@ keyword arguments to pass to target </dd><dt><i>mainThread</i></dt> <dd> -non-zero, if we are attaching to the already +True, if we are attaching to the already started mainthread of the app </dd> </dl><a NAME="DebugClientBase.close" ID="DebugClientBase.close"></a> @@ -574,8 +571,8 @@ <h4>DebugClientBase.fork</h4> <b>fork</b>(<i></i>) <p> - Public method implementing a fork routine deciding which branch to - follow. + Public method implementing a fork routine deciding which branch + to follow. </p><dl> <dt>Returns:</dt> <dd>