--- a/src/eric7/RemoteServerInterface/EricServerInterface.py Wed Feb 07 15:28:08 2024 +0100 +++ b/src/eric7/RemoteServerInterface/EricServerInterface.py Fri Feb 09 19:54:15 2024 +0100 @@ -107,8 +107,8 @@ from .EricServerFileSystemInterface import EricServerFileSystemInterface self.__serviceInterfaces[lname] = EricServerFileSystemInterface(self) elif lname == "debugger": - # TODO: 'Debugger Interface' not implemented yet - pass + from .EricServerDebuggerInterface import EricServerDebuggerInterface + self.__serviceInterfaces[lname] = EricServerDebuggerInterface(self) elif lname == "project": # TODO: 'Project Interface' not implemented yet pass