diff -r 5d807e997391 -r c6011e501282 src/eric7/Documentation/Source/eric7.DebugClients.Python.eric7dbgstub.html --- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.eric7dbgstub.html Sat Dec 16 17:52:02 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.eric7dbgstub.html Sun Dec 17 17:15:19 2023 +0100 @@ -35,7 +35,7 @@ </tr> <tr> <td><a href="#setScriptname">setScriptname</a></td> -<td>Module function to set the scriptname to be reported back to the IDE.</td> +<td>Module function to set the script name to be reported back to the IDE.</td> </tr> <tr> <td><a href="#startDebugger">startDebugger</a></td> @@ -53,7 +53,7 @@ </p> <dl> -<dt><i>kind</i></dt> +<dt><i>kind</i> (str)</dt> <dd> type of debugger ("standard" or "threads") </dd> @@ -61,7 +61,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating success (boolean) +flag indicating success +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <dl> @@ -83,11 +89,11 @@ </p> <dl> -<dt><i>func</i></dt> +<dt><i>func</i> (function)</dt> <dd> -function to be called (function object) +function to be called </dd> -<dt><i>*args</i></dt> +<dt><i>*args</i> (list of Any)</dt> <dd> arguments being passed to func </dd> @@ -98,6 +104,12 @@ the function result </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +Any +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> @@ -106,13 +118,13 @@ <b>setScriptname</b>(<i>name</i>) <p> - Module function to set the scriptname to be reported back to the IDE. + Module function to set the script name to be reported back to the IDE. </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -absolute pathname of the script (string) +absolute path name of the script </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -127,24 +139,21 @@ </p> <dl> -<dt><i>enableTrace</i></dt> +<dt><i>enableTrace</i> (bool)</dt> <dd> -flag to enable the tracing function (boolean) +flag to enable the tracing function </dd> -<dt><i>exceptions</i></dt> +<dt><i>exceptions</i> (bool)</dt> <dd> flag to enable exception reporting of the IDE - (boolean) </dd> -<dt><i>tracePython</i></dt> +<dt><i>tracePython</i> (bool)</dt> <dd> flag to enable tracing into the Python library - (boolean) </dd> -<dt><i>redirect</i></dt> +<dt><i>redirect</i> (bool)</dt> <dd> -flag indicating redirection of stdin, stdout and - stderr (boolean) +flag indicating redirection of stdin, stdout and stderr </dd> </dl> <div align="right"><a href="#top">Up</a></div>