Debugger/DebugServer.py

changeset 2173
c21d1e99015a
parent 2170
f4e0f6133ace
child 2188
82446745442b
--- a/Debugger/DebugServer.py	Thu Nov 01 18:35:44 2012 +0100
+++ b/Debugger/DebugServer.py	Thu Nov 01 18:48:50 2012 +0100
@@ -95,8 +95,8 @@
             an expected test failure
     @signal utTestSucceededUnexpected(testname, id) emitted after the client reported
             an unexpected test success
-    @signal callTraceInfo(isCall, fromFile, fromLine, fromFunction, toFile, toLine,
-            toFunction) emitted after the client reported the call trace data
+    @signal callTraceInfo(isCall, fromFile, fromLine, fromFunction, toFile, toLine, toFunction)
+            emitted after the client reported the call trace data
     """
     clientClearBreak = pyqtSignal(str, int)
     clientClearWatch = pyqtSignal(str)

eric ide

mercurial