eric6/Debugger/DebuggerInterfaceNone.py

branch
multi_processing
changeset 7412
0a995393d2ba
parent 7360
9190402e4505
child 7802
eefe954f01e8
equal deleted inserted replaced
7411:6d8dcb3551b3 7412:0a995393d2ba
14 ClientDefaultCapabilities = 0 14 ClientDefaultCapabilities = 0
15 15
16 ClientTypeAssociations = [] 16 ClientTypeAssociations = []
17 17
18 18
19 # TODO: synchronize debugger interface with Python one
19 class DebuggerInterfaceNone(QObject): 20 class DebuggerInterfaceNone(QObject):
20 """ 21 """
21 Class implementing a dummy debugger interface for the debug server. 22 Class implementing a dummy debugger interface for the debug server.
22 """ 23 """
23 def __init__(self, debugServer, passive): 24 def __init__(self, debugServer, passive):

eric ide

mercurial