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): |