Documentation/Source/eric5.DebugClients.Python3.DebugBase.html

changeset 945
8cd4d08fa9f6
parent 935
bf9ee1e00bc5
child 1228
7afaf2fca55b
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.DebugClients.Python3.DebugBase.html
--- a/Documentation/Source/eric5.DebugClients.Python3.DebugBase.html	Fri Mar 11 08:55:14 2011 +0100
+++ b/Documentation/Source/eric5.DebugClients.Python3.DebugBase.html	Fri Mar 11 16:51:57 2011 +0100
@@ -284,7 +284,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>
@@ -481,7 +481,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>
@@ -518,12 +518,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>
@@ -533,7 +533,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 = False</i>)
+<b>set_watch</b>(<i>cond, temporary=False</i>)
 <p>
         Public method to set a watch expression.
 </p><dl>
@@ -605,7 +605,7 @@
 </dd>
 </dl><a NAME="DebugBase.user_exception" ID="DebugBase.user_exception"></a>
 <h4>DebugBase.user_exception</h4>
-<b>user_exception</b>(<i>frame, excinfo, unhandled = False</i>)
+<b>user_exception</b>(<i>frame, excinfo, unhandled=False</i>)
 <p>
         Reimplemented to report an exception to the debug server.
 </p><dl>

eric ide

mercurial