src/eric7/RemoteServerInterface/EricServerInterface.py

branch
server
changeset 10555
08e853c0c77b
parent 10546
300487f5f517
child 10561
be23a662d709
--- 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

eric ide

mercurial