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

branch
eric7
changeset 10321
4a017fdf316f
parent 9971
773ad1f1ed22
child 10417
c6011e501282
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugServer.html	Fri Nov 17 17:53:14 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugServer.html	Sat Nov 18 15:18:17 2023 +0100
@@ -1521,7 +1521,7 @@
 </p>
 <a NAME="DebugServer.passiveStartUp" ID="DebugServer.passiveStartUp"></a>
 <h4>DebugServer.passiveStartUp</h4>
-<b>passiveStartUp</b>(<i>fn, exc, debuggerId</i>)
+<b>passiveStartUp</b>(<i>fn, reportAllExceptions, debuggerId</i>)
 
 <p>
         Public method to handle a passive debug connection.
@@ -1532,9 +1532,9 @@
 <dd>
 filename of the debugged script
 </dd>
-<dt><i>exc</i> (bool)</dt>
+<dt><i>reportAllExceptions</i> (bool)</dt>
 <dd>
-flag to enable exception reporting of the IDE
+flag to enable reporting of all exceptions
 </dd>
 <dt><i>debuggerId</i> (str)</dt>
 <dd>
@@ -1864,7 +1864,7 @@
 </dl>
 <a NAME="DebugServer.remoteLoad" ID="DebugServer.remoteLoad"></a>
 <h4>DebugServer.remoteLoad</h4>
-<b>remoteLoad</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, clientType="", enableCallTrace=False, enableMultiprocess=False, multiprocessNoDebug="", configOverride=None, </i>)
+<b>remoteLoad</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, clientType="", enableCallTrace=False, enableMultiprocess=False, multiprocessNoDebug="", configOverride=None, reportAllExceptions=False, </i>)
 
 <p>
         Public method to load a new program to debug.
@@ -1939,6 +1939,11 @@
 dictionary containing the global config override
             data
 </dd>
+<dt><i>reportAllExceptions</i> (bool)</dt>
+<dd>
+flag indicating to report all exceptions
+            instead of unhandled exceptions only
+</dd>
 </dl>
 <a NAME="DebugServer.remoteMoveIP" ID="DebugServer.remoteMoveIP"></a>
 <h4>DebugServer.remoteMoveIP</h4>

eric ide

mercurial