--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html Thu May 25 19:52:31 2023 +0200 @@ -117,7 +117,7 @@ </tr> <tr> <td><a href="#DebugViewer.__clientLine">__clientLine</a></td> -<td>Private method to handle a change to the current line.</td> +<td></td> </tr> <tr> <td><a href="#DebugViewer.__clientSyntaxError">__clientSyntaxError</a></td> @@ -125,7 +125,7 @@ </tr> <tr> <td><a href="#DebugViewer.__debuggerSelected">__debuggerSelected</a></td> -<td>Private slot to handle the selection of a debugger backend in the debuggers list.</td> +<td></td> </tr> <tr> <td><a href="#DebugViewer.__frameSelected">__frameSelected</a></td> @@ -327,7 +327,7 @@ </dl> <a NAME="DebugViewer.__clientException" ID="DebugViewer.__clientException"></a> <h4>DebugViewer.__clientException</h4> -<b>__clientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId, threadName</i>) +<b>__clientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId, threadName, </i>) <p> Private method to handle an exception of the debugged program. @@ -389,31 +389,9 @@ <h4>DebugViewer.__clientLine</h4> <b>__clientLine</b>(<i>fn, line, debuggerId, threadName</i>) -<p> - Private method to handle a change to the current line. -</p> -<dl> - -<dt><i>fn</i> (str)</dt> -<dd> -filename -</dd> -<dt><i>line</i> (int)</dt> -<dd> -linenumber -</dd> -<dt><i>debuggerId</i> (str)</dt> -<dd> -ID of the debugger backend -</dd> -<dt><i>threadName</i> (str)</dt> -<dd> -name of the thread signaling the event -</dd> -</dl> <a NAME="DebugViewer.__clientSyntaxError" ID="DebugViewer.__clientSyntaxError"></a> <h4>DebugViewer.__clientSyntaxError</h4> -<b>__clientSyntaxError</b>(<i>message, filename, lineNo, characterNo, debuggerId, threadName</i>) +<b>__clientSyntaxError</b>(<i>message, filename, lineNo, characterNo, debuggerId, threadName, </i>) <p> Private method to handle a syntax error in the debugged program. @@ -449,21 +427,6 @@ <h4>DebugViewer.__debuggerSelected</h4> <b>__debuggerSelected</b>(<i>current, previous</i>) -<p> - Private slot to handle the selection of a debugger backend in the - debuggers list. -</p> -<dl> - -<dt><i>current</i> (QTreeWidgetItem)</dt> -<dd> -reference to the new current item -</dd> -<dt><i>previous</i> (QTreeWidgetItem)</dt> -<dd> -reference to the previous current item -</dd> -</dl> <a NAME="DebugViewer.__frameSelected" ID="DebugViewer.__frameSelected"></a> <h4>DebugViewer.__frameSelected</h4> <b>__frameSelected</b>(<i>frmnr</i>)