Debugger/DebugServer.py

changeset 2953
703452a2876f
parent 2488
0ac8e48f7092
child 2988
f53c03574697
--- a/Debugger/DebugServer.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/Debugger/DebugServer.py	Sat Sep 28 19:06:25 2013 +0200
@@ -445,7 +445,8 @@
         """
         Private slot to set changed breakpoints.
         
-        @param indexes indexes of changed breakpoints.
+        @param startIndex starting index of the change breakpoins (QModelIndex)
+        @param endIndex ending index of the change breakpoins (QModelIndex)
         """
         if self.debugging:
             self.__addBreakPoints(QModelIndex(), startIndex.row(), endIndex.row())
@@ -1098,7 +1099,7 @@
         """
         Public method to process the client thread list info.
         
-        @param currentID id of the current thread (integer)
+        @param currentId id of the current thread (integer)
         @param threadList list of dictionaries containing the thread data
         """
         self.clientThreadList.emit(currentId, threadList)

eric ide

mercurial