Debugger/DebugServer.py

changeset 2173
c21d1e99015a
parent 2170
f4e0f6133ace
child 2188
82446745442b
equal deleted inserted replaced
2172:6d8eb5736925 2173:c21d1e99015a
93 a skipped test 93 a skipped test
94 @signal utTestFailedExpected(testname, exc_info, id) emitted after the client reported 94 @signal utTestFailedExpected(testname, exc_info, id) emitted after the client reported
95 an expected test failure 95 an expected test failure
96 @signal utTestSucceededUnexpected(testname, id) emitted after the client reported 96 @signal utTestSucceededUnexpected(testname, id) emitted after the client reported
97 an unexpected test success 97 an unexpected test success
98 @signal callTraceInfo(isCall, fromFile, fromLine, fromFunction, toFile, toLine, 98 @signal callTraceInfo(isCall, fromFile, fromLine, fromFunction, toFile, toLine, toFunction)
99 toFunction) emitted after the client reported the call trace data 99 emitted after the client reported the call trace data
100 """ 100 """
101 clientClearBreak = pyqtSignal(str, int) 101 clientClearBreak = pyqtSignal(str, int)
102 clientClearWatch = pyqtSignal(str) 102 clientClearWatch = pyqtSignal(str)
103 clientGone = pyqtSignal(bool) 103 clientGone = pyqtSignal(bool)
104 clientProcessStdout = pyqtSignal(str) 104 clientProcessStdout = pyqtSignal(str)

eric ide

mercurial