--- 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)