--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html Thu Apr 10 18:36:24 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html Thu Apr 10 18:39:29 2025 +0200 @@ -292,6 +292,10 @@ <td>Private method to show a warning about a not connected eric-ide server.</td> </tr> <tr> +<td><a href="#DebugUI.__shutdown">__shutdown</a></td> +<td>Private method to perform shutdown actions.</td> +</tr> +<tr> <td><a href="#DebugUI.__specialContinue">__specialContinue</a></td> <td>Private method to handle the Special Continue action.</td> </tr> @@ -428,10 +432,6 @@ <td>Public method to show some notification message.</td> </tr> <tr> -<td><a href="#DebugUI.shutdown">shutdown</a></td> -<td>Public method to perform shutdown actions.</td> -</tr> -<tr> <td><a href="#DebugUI.shutdownServer">shutdownServer</a></td> <td>Public method to shut down the debug server.</td> </tr> @@ -1163,6 +1163,13 @@ name of the file (defaults to "") </dd> </dl> +<a NAME="DebugUI.__shutdown" ID="DebugUI.__shutdown"></a> +<h4>DebugUI.__shutdown</h4> +<b>__shutdown</b>(<i></i>) +<p> + Private method to perform shutdown actions. +</p> + <a NAME="DebugUI.__specialContinue" ID="DebugUI.__specialContinue"></a> <h4>DebugUI.__specialContinue</h4> <b>__specialContinue</b>(<i>debuggerId=""</i>) @@ -1744,13 +1751,6 @@ default, 0 = indefinitely) </dd> </dl> -<a NAME="DebugUI.shutdown" ID="DebugUI.shutdown"></a> -<h4>DebugUI.shutdown</h4> -<b>shutdown</b>(<i></i>) -<p> - Public method to perform shutdown actions. -</p> - <a NAME="DebugUI.shutdownServer" ID="DebugUI.shutdownServer"></a> <h4>DebugUI.shutdownServer</h4> <b>shutdownServer</b>(<i></i>)