diff -r 155b2646799a -r 39a1ebff6b4e src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html --- a/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html Thu Nov 24 16:21:10 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html Thu Nov 24 19:42:13 2022 +0100 @@ -100,6 +100,10 @@ <td>Private slot to handle the selection of a call stack entry of the call stack viewer.</td> </tr> <tr> +<td><a href="#DebugViewer.__clearStackComboBox">__clearStackComboBox</a></td> +<td>Private method to clear the given stack combo box.</td> +</tr> +<tr> <td><a href="#DebugViewer.__clientDebuggerId">__clientDebuggerId</a></td> <td>Private slot to receive the ID of a newly connected debugger backend.</td> </tr> @@ -293,6 +297,20 @@ frame number (index) of the selected entry </dd> </dl> +<a NAME="DebugViewer.__clearStackComboBox" ID="DebugViewer.__clearStackComboBox"></a> +<h4>DebugViewer.__clearStackComboBox</h4> +<b>__clearStackComboBox</b>(<i>comboBox</i>) + +<p> + Private method to clear the given stack combo box. +</p> +<dl> + +<dt><i>comboBox</i> (QComboBox)</dt> +<dd> +reference to the combo box to be cleared +</dd> +</dl> <a NAME="DebugViewer.__clientDebuggerId" ID="DebugViewer.__clientDebuggerId"></a> <h4>DebugViewer.__clientDebuggerId</h4> <b>__clientDebuggerId</b>(<i>debuggerId</i>)