diff -r d133c7edd88a -r f85f686981ad Documentation/Source/eric5.Debugger.DebugServer.html --- a/Documentation/Source/eric5.Debugger.DebugServer.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.Debugger.DebugServer.html Sun Sep 29 18:23:27 2013 +0200 @@ -535,9 +535,12 @@ <p> Private slot to set changed breakpoints. </p><dl> -<dt><i>indexes</i></dt> +<dt><i>startIndex</i></dt> <dd> -indexes of changed breakpoints. +starting index of the change breakpoins (QModelIndex) +</dd><dt><i>endIndex</i></dt> +<dd> +ending index of the change breakpoins (QModelIndex) </dd> </dl><a NAME="DebugServer.__changeWatchPoints" ID="DebugServer.__changeWatchPoints"></a> <h4>DebugServer.__changeWatchPoints</h4> @@ -1653,7 +1656,7 @@ <p> Public method to process the client thread list info. </p><dl> -<dt><i>currentID</i></dt> +<dt><i>currentId</i></dt> <dd> id of the current thread (integer) </dd><dt><i>threadList</i></dt>