--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.eric7dbgstub.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.eric7dbgstub.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,24 +7,24 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.DebugClients.Python.eric7dbgstub</h1> - <p> Module implementing a debugger stub for remote debugging. </p> + <h3>Global Attributes</h3> - <table> -<tr><td>__scriptname</td></tr><tr><td>debugger</td></tr><tr><td>ericpath</td></tr> +<tr><td>__scriptname</td></tr> +<tr><td>debugger</td></tr> +<tr><td>ericpath</td></tr> </table> + <h3>Classes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#initDebugger">initDebugger</a></td> <td>Module function to initialize a debugger for remote debugging.</td> @@ -42,15 +42,16 @@ <td>Module function used to start the remote debugger.</td> </tr> </table> + <hr /> <hr /> <a NAME="initDebugger" ID="initDebugger"></a> <h2>initDebugger</h2> <b>initDebugger</b>(<i>kind="standard"</i>) - <p> Module function to initialize a debugger for remote debugging. </p> + <dl> <dt><i>kind</i> (str)</dt> @@ -83,10 +84,10 @@ <a NAME="runcall" ID="runcall"></a> <h2>runcall</h2> <b>runcall</b>(<i>func, *args</i>) - <p> Module function mimicing the Pdb interface. </p> + <dl> <dt><i>func</i> (function)</dt> @@ -116,10 +117,10 @@ <a NAME="setScriptname" ID="setScriptname"></a> <h2>setScriptname</h2> <b>setScriptname</b>(<i>name</i>) - <p> Module function to set the script name to be reported back to the IDE. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -133,10 +134,10 @@ <a NAME="startDebugger" ID="startDebugger"></a> <h2>startDebugger</h2> <b>startDebugger</b>(<i>enableTrace=True, exceptions=True, tracePython=False, redirect=True</i>) - <p> Module function used to start the remote debugger. </p> + <dl> <dt><i>enableTrace</i> (bool)</dt> @@ -158,4 +159,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>