Debugger/DebugServer.py

changeset 3018
70924c0bdaf1
parent 2988
f53c03574697
child 3020
542e97d4ecb3
--- a/Debugger/DebugServer.py	Sun Oct 13 17:29:57 2013 +0200
+++ b/Debugger/DebugServer.py	Sun Oct 13 17:44:48 2013 +0200
@@ -101,9 +101,9 @@
         client reported 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 emitted after the client reported the call trace
+        data (isCall, fromFile, fromLine, fromFunction, toFile, toLine,
+        toFunction)
     """
     clientClearBreak = pyqtSignal(str, int)
     clientClearWatch = pyqtSignal(str)

eric ide

mercurial