src/eric7/Documentation/Source/eric7.Project.Project.html

branch
eric7
changeset 10321
4a017fdf316f
parent 10256
1b728f26d1ae
child 10417
c6011e501282
diff -r ff28050f5dec -r 4a017fdf316f src/eric7/Documentation/Source/eric7.Project.Project.html
--- a/src/eric7/Documentation/Source/eric7.Project.Project.html	Fri Nov 17 17:53:14 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Project.Project.html	Sat Nov 18 15:18:17 2023 +0100
@@ -4336,7 +4336,7 @@
 </dl>
 <a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a>
 <h4>Project.setDbgInfo</h4>
-<b>setDbgInfo</b>(<i>venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None, enableMultiprocess=None, multiprocessNoDebug=None, configOverride=None, </i>)
+<b>setDbgInfo</b>(<i>venvName, argv, wd, env, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None, reportAllExceptions=None, enableMultiprocess=None, multiprocessNoDebug=None, configOverride=None, </i>)
 
 <p>
         Public method to set the debugging information.
@@ -4359,10 +4359,6 @@
 <dd>
 environment setting
 </dd>
-<dt><i>excReporting</i> (bool)</dt>
-<dd>
-flag indicating the highlighting of exceptions
-</dd>
 <dt><i>excList</i> (list of str)</dt>
 <dd>
 list of exceptions to be highlighted
@@ -4386,6 +4382,11 @@
 flag indicating, that the debugger should not
             stop at the first executable line
 </dd>
+<dt><i>reportAllExceptions</i> (bool)</dt>
+<dd>
+flag indicating to report all exceptions
+            instead of unhandled exceptions only
+</dd>
 <dt><i>enableMultiprocess</i> (bool)</dt>
 <dd>
 flag indicating, that the debugger should

eric ide

mercurial