--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.ThreadExtension.html Sat Dec 16 17:52:02 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.ThreadExtension.html Sun Dec 17 17:15:19 2023 +0100 @@ -322,23 +322,23 @@ </p> <dl> -<dt><i>target</i></dt> +<dt><i>target</i> (function)</dt> <dd> -the start function of the target thread (i.e. the user +start function of the target thread (i.e. the user code) </dd> -<dt><i>args</i></dt> +<dt><i>args</i> (list of Any)</dt> <dd> arguments to pass to target </dd> -<dt><i>kwargs</i></dt> +<dt><i>kwargs</i> (dict of Any)</dt> <dd> keyword arguments to pass to target </dd> -<dt><i>mainThread</i></dt> +<dt><i>mainThread</i> (bool)</dt> <dd> -True, if we are attaching to the already - started mainthread of the app +True, if we are attaching to the already started + mainthread of the app </dd> </dl> <dl> @@ -347,6 +347,12 @@ identifier of the created thread </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +int +</dd> +</dl> <a NAME="ThreadExtension.dumpThreadList" ID="ThreadExtension.dumpThreadList"></a> <h4>ThreadExtension.dumpThreadList</h4> <b>dumpThreadList</b>(<i></i>)