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 |