src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 10689
3ede487187f2
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html	Sat Apr 20 18:02:35 2024 +0200
@@ -328,24 +328,24 @@
 </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.
 </p>
 
 <dl>
 
-<dt><i>exceptionType</i> (str)</dt>
+<dt><i>_exceptionType</i> (str)</dt>
 <dd>
-type of exception raised
+type of exception raised (unused)
 </dd>
-<dt><i>exceptionMessage</i> ((str)</dt>
+<dt><i>_exceptionMessage</i> ((str)</dt>
 <dd>
-message given by the exception
+message given by the exception (unused)
 </dd>
-<dt><i>stackTrace</i> (list of str)</dt>
+<dt><i>_stackTrace</i> (list of str)</dt>
 <dd>
-list of stack entries
+list of stack entries (unused)
 </dd>
 <dt><i>debuggerId</i> (str)</dt>
 <dd>
@@ -388,20 +388,20 @@
 </dl>
 <a NAME="DebugViewer.__clientLine" ID="DebugViewer.__clientLine"></a>
 <h4>DebugViewer.__clientLine</h4>
-<b>__clientLine</b>(<i>fn, line, debuggerId, threadName</i>)
+<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>
+<dt><i>_fn</i> (str)</dt>
 <dd>
-filename
+filename (unused)
 </dd>
-<dt><i>line</i> (int)</dt>
+<dt><i>_line</i> (int)</dt>
 <dd>
-linenumber
+linenumber (unused)
 </dd>
 <dt><i>debuggerId</i> (str)</dt>
 <dd>
@@ -414,28 +414,28 @@
 </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.
 </p>
 
 <dl>
 
-<dt><i>message</i> (str)</dt>
+<dt><i>_message</i> (str)</dt>
 <dd>
-message of the syntax error
+message of the syntax error (unused)
 </dd>
-<dt><i>filename</i> (str)</dt>
+<dt><i>_filename</i> (str)</dt>
 <dd>
-translated filename of the syntax error position
+translated filename of the syntax error position (unused)
 </dd>
-<dt><i>lineNo</i> (int)</dt>
+<dt><i>_lineNo</i> (int)</dt>
 <dd>
-line number of the syntax error position
+line number of the syntax error position (unused)
 </dd>
-<dt><i>characterNo</i> (int)</dt>
+<dt><i>_characterNo</i> (int)</dt>
 <dd>
-character number of the syntax error position
+character number of the syntax error position (unused)
 </dd>
 <dt><i>debuggerId</i> (str)</dt>
 <dd>
@@ -448,7 +448,7 @@
 </dl>
 <a NAME="DebugViewer.__debuggerSelected" ID="DebugViewer.__debuggerSelected"></a>
 <h4>DebugViewer.__debuggerSelected</h4>
-<b>__debuggerSelected</b>(<i>current, previous</i>)
+<b>__debuggerSelected</b>(<i>current, _previous</i>)
 <p>
         Private slot to handle the selection of a debugger backend in the
         debuggers list.
@@ -460,9 +460,9 @@
 <dd>
 reference to the new current item
 </dd>
-<dt><i>previous</i> (QTreeWidgetItem)</dt>
+<dt><i>_previous</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the previous current item
+reference to the previous current item (unused)
 </dd>
 </dl>
 <a NAME="DebugViewer.__frameSelected" ID="DebugViewer.__frameSelected"></a>

eric ide

mercurial