--- a/Documentation/Source/eric6.Debugger.DebugUI.html Tue Mar 26 19:39:42 2019 +0100 +++ b/Documentation/Source/eric6.Debugger.DebugUI.html Wed Mar 27 20:09:37 2019 +0100 @@ -394,7 +394,7 @@ </dd> </dl><a NAME="DebugUI.__clientExit" ID="DebugUI.__clientExit"></a> <h4>DebugUI.__clientExit</h4> -<b>__clientExit</b>(<i>status, message</i>) +<b>__clientExit</b>(<i>status, message, quiet</i>) <p> Private method to handle the debugged program terminating. </p><dl> @@ -404,6 +404,9 @@ </dd><dt><i>message</i> (str)</dt> <dd> exit message of the debugged program +</dd><dt><i>quiet</i> (bool)</dt> +<dd> +flag indicating to suppress exit info display </dd> </dl><a NAME="DebugUI.__clientGone" ID="DebugUI.__clientGone"></a> <h4>DebugUI.__clientGone</h4>