src/eric7/RemoteServerInterface/EricServerDebuggerInterface.py

branch
server
changeset 10636
24d9e6ff8111
parent 10574
622e59b51640
child 10962
b56b76c0221b
equal deleted inserted replaced
10635:dcec2e0c0036 10636:24d9e6ff8111
13 from eric7.EricWidgets.EricApplication import ericApp 13 from eric7.EricWidgets.EricApplication import ericApp
14 from eric7.RemoteServer.EricRequestCategory import EricRequestCategory 14 from eric7.RemoteServer.EricRequestCategory import EricRequestCategory
15 from eric7.SystemUtilities import FileSystemUtilities 15 from eric7.SystemUtilities import FileSystemUtilities
16 16
17 17
18 # TODO: sanitize all file names with FileSystemUtilities.plainFileName()
19 class EricServerDebuggerInterface(QObject): 18 class EricServerDebuggerInterface(QObject):
20 """ 19 """
21 Class implementing the file system interface to the eric-ide server. 20 Class implementing the file system interface to the eric-ide server.
22 21
23 @signal debugClientResponse(response:str) emitted to relay a response of 22 @signal debugClientResponse(response:str) emitted to relay a response of

eric ide

mercurial