--- a/Documentation/Source/eric6.DebugClients.Python2.DebugBase.html Sat Sep 10 19:32:56 2016 +0200 +++ b/Documentation/Source/eric6.DebugClients.Python2.DebugBase.html Sun Sep 11 13:11:58 2016 +0200 @@ -479,10 +479,10 @@ </p><dl> <dt><i>filename</i></dt> <dd> -filename of the bp to retrieve (string) +file name of the bp to retrieve (string) </dd><dt><i>lineno</i></dt> <dd> -linenumber of the bp to retrieve (integer) +line number of the bp to retrieve (integer) </dd> </dl><dl> <dt>Returns:</dt> @@ -588,7 +588,7 @@ </dd> </dl><a NAME="DebugBase.set_watch" ID="DebugBase.set_watch"></a> <h4>DebugBase.set_watch</h4> -<b>set_watch</b>(<i>cond, temporary=0</i>) +<b>set_watch</b>(<i>cond, temporary=False</i>) <p> Public method to set a watch expression. </p><dl> @@ -607,7 +607,7 @@ </p><dl> <dt><i>traceMode</i></dt> <dd> -If it is non-zero, then the step is a step into, +If it is True, then the step is a step into, otherwise it is a step over. </dd> </dl><a NAME="DebugBase.stepOut" ID="DebugBase.stepOut"></a>