eric6/Documentation/Source/eric6.Debugger.DebugUI.html

changeset 7928
a78ce4578fed
parent 7898
1bcd6d4df182
child 7933
ca1b44d522b9
--- a/eric6/Documentation/Source/eric6.Debugger.DebugUI.html	Wed Dec 30 13:45:26 2020 +0100
+++ b/eric6/Documentation/Source/eric6.Debugger.DebugUI.html	Wed Dec 30 15:06:28 2020 +0100
@@ -89,9 +89,9 @@
 emitted if a project specific make run should be
         performed
 </dd>
-<dt>resetUI()</dt>
+<dt>resetUI(full)</dt>
 <dd>
-emitted to reset the UI
+emitted to reset the UI partially or fully
 </dd>
 </dl>
 <h3>Derived from</h3>
@@ -131,6 +131,10 @@
 <td>Private method to handle a condition error of a breakpoint.</td>
 </tr>
 <tr>
+<td><a href="#DebugUI.__clientDebuggerId">__clientDebuggerId</a></td>
+<td>Private slot to track the list of connected debuggers.</td>
+</tr>
+<tr>
 <td><a href="#DebugUI.__clientException">__clientException</a></td>
 <td>Private method to handle an exception of the debugged program.</td>
 </tr>
@@ -532,6 +536,20 @@
 ID of the debugger backend
 </dd>
 </dl>
+<a NAME="DebugUI.__clientDebuggerId" ID="DebugUI.__clientDebuggerId"></a>
+<h4>DebugUI.__clientDebuggerId</h4>
+<b>__clientDebuggerId</b>(<i>debuggerId</i>)
+
+<p>
+        Private slot to track the list of connected debuggers.
+</p>
+<dl>
+
+<dt><i>debuggerId</i> (str)</dt>
+<dd>
+ID of the debugger backend
+</dd>
+</dl>
 <a NAME="DebugUI.__clientException" ID="DebugUI.__clientException"></a>
 <h4>DebugUI.__clientException</h4>
 <b>__clientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>)
@@ -560,7 +578,7 @@
 </dl>
 <a NAME="DebugUI.__clientExit" ID="DebugUI.__clientExit"></a>
 <h4>DebugUI.__clientExit</h4>
-<b>__clientExit</b>(<i>program, status, message, quiet</i>)
+<b>__clientExit</b>(<i>program, status, message, quiet, debuggerId</i>)
 
 <p>
         Private method to handle the debugged program terminating.
@@ -583,6 +601,10 @@
 <dd>
 flag indicating to suppress exit info display
 </dd>
+<dt><i>debuggerId</i> (str)</dt>
+<dd>
+ID of the debugger backend
+</dd>
 </dl>
 <a NAME="DebugUI.__clientGone" ID="DebugUI.__clientGone"></a>
 <h4>DebugUI.__clientGone</h4>
@@ -1090,11 +1112,18 @@
 </p>
 <a NAME="DebugUI.__resetUI" ID="DebugUI.__resetUI"></a>
 <h4>DebugUI.__resetUI</h4>
-<b>__resetUI</b>(<i></i>)
+<b>__resetUI</b>(<i>fullReset=True</i>)
 
 <p>
         Private slot to reset the user interface.
 </p>
+<dl>
+
+<dt><i>fullReset</i> (bool)</dt>
+<dd>
+flag indicating a full reset is required
+</dd>
+</dl>
 <a NAME="DebugUI.__runProject" ID="DebugUI.__runProject"></a>
 <h4>DebugUI.__runProject</h4>
 <b>__runProject</b>(<i></i>)

eric ide

mercurial