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

changeset 7933
ca1b44d522b9
parent 7928
a78ce4578fed
child 7945
76daafe10009
--- a/eric6/Documentation/Source/eric6.Debugger.DebugUI.html	Fri Jan 01 16:25:30 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Debugger.DebugUI.html	Fri Jan 01 18:12:12 2021 +0100
@@ -135,12 +135,16 @@
 <td>Private slot to track the list of connected debuggers.</td>
 </tr>
 <tr>
+<td><a href="#DebugUI.__clientDisconnected">__clientDisconnected</a></td>
+<td>Private slot to handle a debug client disconnecting its control socket.</td>
+</tr>
+<tr>
 <td><a href="#DebugUI.__clientException">__clientException</a></td>
 <td>Private method to handle an exception of the debugged program.</td>
 </tr>
 <tr>
 <td><a href="#DebugUI.__clientExit">__clientExit</a></td>
-<td>Private method to handle the debugged program terminating.</td>
+<td>Private slot to handle the debugged program terminating.</td>
 </tr>
 <tr>
 <td><a href="#DebugUI.__clientGone">__clientGone</a></td>
@@ -363,10 +367,6 @@
 <td>Public method to get a list of all actions.</td>
 </tr>
 <tr>
-<td><a href="#DebugUI.getDebuggerData">getDebuggerData</a></td>
-<td>Public method to refresh the debugging data of a specific debugger backend.</td>
-</tr>
-<tr>
 <td><a href="#DebugUI.getSelectedDebuggerId">getSelectedDebuggerId</a></td>
 <td>Public method to get the currently selected debugger ID.</td>
 </tr>
@@ -550,6 +550,21 @@
 ID of the debugger backend
 </dd>
 </dl>
+<a NAME="DebugUI.__clientDisconnected" ID="DebugUI.__clientDisconnected"></a>
+<h4>DebugUI.__clientDisconnected</h4>
+<b>__clientDisconnected</b>(<i>debuggerId</i>)
+
+<p>
+        Private slot to handle a debug client disconnecting its control
+        socket.
+</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>)
@@ -581,7 +596,7 @@
 <b>__clientExit</b>(<i>program, status, message, quiet, debuggerId</i>)
 
 <p>
-        Private method to handle the debugged program terminating.
+        Private slot to handle the debugged program terminating.
 </p>
 <dl>
 
@@ -1284,21 +1299,6 @@
 list of all actions (list of E5Action)
 </dd>
 </dl>
-<a NAME="DebugUI.getDebuggerData" ID="DebugUI.getDebuggerData"></a>
-<h4>DebugUI.getDebuggerData</h4>
-<b>getDebuggerData</b>(<i>debuggerId</i>)
-
-<p>
-        Public method to refresh the debugging data of a specific debugger
-        backend.
-</p>
-<dl>
-
-<dt><i>debuggerId</i> (str)</dt>
-<dd>
-ID of the debugger backend
-</dd>
-</dl>
 <a NAME="DebugUI.getSelectedDebuggerId" ID="DebugUI.getSelectedDebuggerId"></a>
 <h4>DebugUI.getSelectedDebuggerId</h4>
 <b>getSelectedDebuggerId</b>(<i></i>)

eric ide

mercurial