diff -r 0d9853ceb288 -r 3ede487187f2 src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html --- a/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html Mon Apr 22 13:20:16 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html Mon Apr 22 15:15:36 2024 +0200 @@ -358,28 +358,28 @@ </dl> <a NAME="DebugViewer.__clientExit" ID="DebugViewer.__clientExit"></a> <h4>DebugViewer.__clientExit</h4> -<b>__clientExit</b>(<i>program, status, message, quiet, debuggerId</i>) +<b>__clientExit</b>(<i>_program, _status, _message, _quiet, debuggerId</i>) <p> Private method to handle the debugged program terminating. </p> <dl> -<dt><i>program</i> (str)</dt> +<dt><i>_program</i> (str)</dt> <dd> -name of the exited program +name of the exited program (unused) </dd> -<dt><i>status</i> (int)</dt> +<dt><i>_status</i> (int)</dt> <dd> -exit code of the debugged program +exit code of the debugged program (unused) </dd> -<dt><i>message</i> (str)</dt> +<dt><i>_message</i> (str)</dt> <dd> -exit message of the debugged program +exit message of the debugged program (unused) </dd> -<dt><i>quiet</i> (bool)</dt> +<dt><i>_quiet</i> (bool)</dt> <dd> -flag indicating to suppress exit info display +flag indicating to suppress exit info display (unused) </dd> <dt><i>debuggerId</i> (str)</dt> <dd>