src/eric7/RemoteServerInterface/EricServerDebuggerInterface.py

branch
server
changeset 10574
622e59b51640
parent 10563
b4b47c1a02ba
child 10636
24d9e6ff8111
diff -r c4f503f40caf -r 622e59b51640 src/eric7/RemoteServerInterface/EricServerDebuggerInterface.py
--- a/src/eric7/RemoteServerInterface/EricServerDebuggerInterface.py	Wed Feb 14 10:24:23 2024 +0100
+++ b/src/eric7/RemoteServerInterface/EricServerDebuggerInterface.py	Thu Feb 15 13:59:02 2024 +0100
@@ -19,6 +19,13 @@
 class EricServerDebuggerInterface(QObject):
     """
     Class implementing the file system interface to the eric-ide server.
+
+    @signal debugClientResponse(response:str) emitted to relay a response of
+        the remote debug client
+    @signal debugClientDisconnected(debuggerId:str) emitted when a remote debug
+        client did disconnect from the eric-ide server
+    @signal lastClientExited() emitted to indicate that the last debug client of
+        the eric-ide server exited
     """
 
     debugClientResponse = pyqtSignal(str)

eric ide

mercurial