--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html Sat Sep 28 16:51:48 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html Sat Sep 28 17:47:10 2024 +0200 @@ -128,6 +128,10 @@ <td>Private slot to handle the selection of a debugger backend in the debuggers list.</td> </tr> <tr> +<td><a href="#DebugViewer.__filterStringEdited">__filterStringEdited</a></td> +<td>Private method to handle the editing of the a variables filter.</td> +</tr> +<tr> <td><a href="#DebugViewer.__frameSelected">__frameSelected</a></td> <td>Private slot to handle the selection of a new stack frame number.</td> </tr> @@ -465,6 +469,20 @@ reference to the previous current item (unused) </dd> </dl> +<a NAME="DebugViewer.__filterStringEdited" ID="DebugViewer.__filterStringEdited"></a> +<h4>DebugViewer.__filterStringEdited</h4> +<b>__filterStringEdited</b>(<i>globalsFilter</i>) +<p> + Private method to handle the editing of the a variables filter. +</p> + +<dl> + +<dt><i>globalsFilter</i> (bool)</dt> +<dd> +flag indicating the globals filter was edited +</dd> +</dl> <a NAME="DebugViewer.__frameSelected" ID="DebugViewer.__frameSelected"></a> <h4>DebugViewer.__frameSelected</h4> <b>__frameSelected</b>(<i>frmnr</i>)