--- a/Documentation/Source/eric5.DebugClients.Python.DebugBase.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.DebugClients.Python.DebugBase.html Fri Mar 11 16:51:57 2011 +0100 @@ -270,7 +270,7 @@ <h4>DebugBase.break_here</h4> <b>break_here</b>(<i>frame</i>) <p> - Reimplemented from bdb.py to fix the filename from the frame. + Reimplemented from bdb.py to fix the filename from the frame. </p><p> See fix_frame_filename for more info. </p><dl> @@ -467,7 +467,7 @@ <h4>DebugBase.profile</h4> <b>profile</b>(<i>frame, event, arg</i>) <p> - Public method used to trace some stuff independant of the debugger + Public method used to trace some stuff independant of the debugger trace function. </p><dl> <dt><i>frame</i></dt> @@ -504,12 +504,12 @@ <h4>DebugBase.set_quit</h4> <b>set_quit</b>(<i></i>) <p> - Public method to quit. + Public method to quit. </p><p> It wraps call to bdb to clear the current frame properly. </p><a NAME="DebugBase.set_trace" ID="DebugBase.set_trace"></a> <h4>DebugBase.set_trace</h4> -<b>set_trace</b>(<i>frame = None</i>) +<b>set_trace</b>(<i>frame=None</i>) <p> Overridden method of bdb.py to do some special setup. </p><dl>