eric6/Documentation/Source/eric6.Debugger.DebugServer.html

changeset 7933
ca1b44d522b9
parent 7915
e68f5c568aee
child 7986
2971d5d19951
--- a/eric6/Documentation/Source/eric6.Debugger.DebugServer.html	Fri Jan 01 16:25:30 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Debugger.DebugServer.html	Fri Jan 01 18:12:12 2021 +0100
@@ -107,6 +107,11 @@
 emitted after the client
         has sent a disassembly of the code raising an exception
 </dd>
+<dt>clientDisconnected(str)</dt>
+<dd>
+emitted after a debug client has
+        disconnected (i.e. closed the network socket)
+</dd>
 <dt>clientException(exceptionType, exceptionMessage, stackTrace,debuggerId)</dt>
 <dd>
 emitted after an exception occured on the client side
@@ -671,6 +676,10 @@
 <td>Public method to process the disassembly info from the client.</td>
 </tr>
 <tr>
+<td><a href="#DebugServer.signalClientDisconnected">signalClientDisconnected</a></td>
+<td>Public method to send a signal when a debug client has closed its connection.</td>
+</tr>
+<tr>
 <td><a href="#DebugServer.signalClientException">signalClientException</a></td>
 <td>Public method to process the exception info from the client.</td>
 </tr>
@@ -2816,6 +2825,21 @@
 ID of the debugger backend
 </dd>
 </dl>
+<a NAME="DebugServer.signalClientDisconnected" ID="DebugServer.signalClientDisconnected"></a>
+<h4>DebugServer.signalClientDisconnected</h4>
+<b>signalClientDisconnected</b>(<i>debuggerId</i>)
+
+<p>
+        Public method to send a signal when a debug client has closed its
+        connection.
+</p>
+<dl>
+
+<dt><i>debuggerId</i> (str)</dt>
+<dd>
+ID of the debugger backend
+</dd>
+</dl>
 <a NAME="DebugServer.signalClientException" ID="DebugServer.signalClientException"></a>
 <h4>DebugServer.signalClientException</h4>
 <b>signalClientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>)

eric ide

mercurial