Debugger/DebugServer.py

changeset 3018
70924c0bdaf1
parent 2988
f53c03574697
child 3020
542e97d4ecb3
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
99 reported a skipped test 99 reported a skipped test
100 @signal utTestFailedExpected(testname, exc_info, id) emitted after the 100 @signal utTestFailedExpected(testname, exc_info, id) emitted after the
101 client reported an expected test failure 101 client reported an expected test failure
102 @signal utTestSucceededUnexpected(testname, id) emitted after the client 102 @signal utTestSucceededUnexpected(testname, id) emitted after the client
103 reported an unexpected test success 103 reported an unexpected test success
104 @signal callTraceInfo(isCall, fromFile, fromLine, fromFunction, toFile, 104 @signal callTraceInfo emitted after the client reported the call trace
105 toLine, toFunction) emitted after the client reported the call trace 105 data (isCall, fromFile, fromLine, fromFunction, toFile, toLine,
106 data 106 toFunction)
107 """ 107 """
108 clientClearBreak = pyqtSignal(str, int) 108 clientClearBreak = pyqtSignal(str, int)
109 clientClearWatch = pyqtSignal(str) 109 clientClearWatch = pyqtSignal(str)
110 clientGone = pyqtSignal(bool) 110 clientGone = pyqtSignal(bool)
111 clientProcessStdout = pyqtSignal(str) 111 clientProcessStdout = pyqtSignal(str)

eric ide

mercurial