Debugger/DebuggerInterfacePython2.py

changeset 5848
56388f41b1e6
parent 5658
e5f6fe5855fd
equal deleted inserted replaced
5847:fd1262c3fa79 5848:56388f41b1e6
28 28
29 29
30 ClientDefaultCapabilities = DebugClientCapabilities.HasAll 30 ClientDefaultCapabilities = DebugClientCapabilities.HasAll
31 31
32 32
33 # TODO: integrate it with DebuggerInterfacePython3 as DebuggerInterfacePython
33 class DebuggerInterfacePython2(QObject): 34 class DebuggerInterfacePython2(QObject):
34 """ 35 """
35 Class implementing the Python 2 debugger interface for the debug server. 36 Class implementing the Python 2 debugger interface for the debug server.
36 """ 37 """
37 def __init__(self, debugServer, passive): 38 def __init__(self, debugServer, passive):

eric ide

mercurial