Debugger/DebugUI.py

branch
make_support
changeset 6241
77534fdf0a80
parent 6239
a03acd98c6c8
child 6352
4bdc6503df81
equal deleted inserted replaced
6240:3ea0b969f608 6241:77534fdf0a80
51 clientStack = pyqtSignal(list) 51 clientStack = pyqtSignal(list)
52 resetUI = pyqtSignal() 52 resetUI = pyqtSignal()
53 exceptionInterrupt = pyqtSignal() 53 exceptionInterrupt = pyqtSignal()
54 compileForms = pyqtSignal() 54 compileForms = pyqtSignal()
55 compileResources = pyqtSignal() 55 compileResources = pyqtSignal()
56 executeMake = pyqtSignal()
56 debuggingStarted = pyqtSignal(str) 57 debuggingStarted = pyqtSignal(str)
57 appendStdout = pyqtSignal(str) 58 appendStdout = pyqtSignal(str)
58 59
59 def __init__(self, ui, vm, debugServer, debugViewer, project): 60 def __init__(self, ui, vm, debugServer, debugViewer, project):
60 """ 61 """

eric ide

mercurial