eric6/Debugger/DebugServer.py

changeset 8218
7c09585bd960
parent 8163
29fb6d420a25
child 8222
5994b80b8760
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
184 @param project reference to the project object (defaults to None) 184 @param project reference to the project object (defaults to None)
185 @type Project (optional) 185 @type Project (optional)
186 @param parent reference to the parent object 186 @param parent reference to the parent object
187 @type QObject 187 @type QObject
188 """ 188 """
189 super(DebugServer, self).__init__(parent) 189 super().__init__(parent)
190 190
191 self.__originalPathString = originalPathString 191 self.__originalPathString = originalPathString
192 192
193 self.__debuggerInterfaces = {} 193 self.__debuggerInterfaces = {}
194 # the interface name is the key, a function to get the 194 # the interface name is the key, a function to get the

eric ide

mercurial