--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.BreakpointWatch.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.BreakpointWatch.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,19 +7,17 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.DebugClients.Python.BreakpointWatch</h1> - <p> Module implementing the breakpoint and watch class. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#Breakpoint">Breakpoint</a></td> <td>Breakpoint class.</td> @@ -29,16 +27,16 @@ <td>Watch class.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="Breakpoint" ID="Breakpoint"></a> <h2>Breakpoint</h2> - <p> Breakpoint class. </p> @@ -56,22 +54,23 @@ which is indexed only by filename and holds all line numbers where breakpoints are. </p> + <h3>Derived from</h3> None <h3>Class Attributes</h3> +<table> +<tr><td>breakInFile</td></tr> +<tr><td>breakInFrameCache</td></tr> +<tr><td>breaks</td></tr> +</table> -<table> -<tr><td>breakInFile</td></tr><tr><td>breakInFrameCache</td></tr><tr><td>breaks</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#Breakpoint.__init__">Breakpoint</a></td> <td>Constructor</td> @@ -89,10 +88,9 @@ <td>Public method to enable this breakpoint.</td> </tr> </table> + <h3>Static Methods</h3> - <table> - <tr> <td><a href="#Breakpoint.clear_all_breaks">clear_all_breaks</a></td> <td>Static method to clear all breakpoints.</td> @@ -111,13 +109,14 @@ </tr> </table> + <a NAME="Breakpoint.__init__" ID="Breakpoint.__init__"></a> <h4>Breakpoint (Constructor)</h4> <b>Breakpoint</b>(<i>filename, lineno, temporary=False, cond=None</i>) - <p> Constructor </p> + <dl> <dt><i>filename</i> (str)</dt> @@ -140,38 +139,38 @@ <a NAME="Breakpoint.deleteMe" ID="Breakpoint.deleteMe"></a> <h4>Breakpoint.deleteMe</h4> <b>deleteMe</b>(<i></i>) - <p> Public method to clear this breakpoint. </p> + <a NAME="Breakpoint.disable" ID="Breakpoint.disable"></a> <h4>Breakpoint.disable</h4> <b>disable</b>(<i></i>) - <p> Public method to disable this breakpoint. </p> + <a NAME="Breakpoint.enable" ID="Breakpoint.enable"></a> <h4>Breakpoint.enable</h4> <b>enable</b>(<i></i>) - <p> Public method to enable this breakpoint. </p> + <a NAME="Breakpoint.clear_all_breaks" ID="Breakpoint.clear_all_breaks"></a> <h4>Breakpoint.clear_all_breaks (static)</h4> <b>clear_all_breaks</b>(<i></i>) - <p> Static method to clear all breakpoints. </p> + <a NAME="Breakpoint.clear_break" ID="Breakpoint.clear_break"></a> <h4>Breakpoint.clear_break (static)</h4> <b>clear_break</b>(<i>lineno</i>) - <p> Static method reimplemented from bdb.py to clear a breakpoint. </p> + <dl> <dt><i>filename</i> (str)</dt> @@ -186,7 +185,6 @@ <a NAME="Breakpoint.effectiveBreak" ID="Breakpoint.effectiveBreak"></a> <h4>Breakpoint.effectiveBreak (static)</h4> <b>effectiveBreak</b>(<i>lineno, frame</i>) - <p> Static method to determine which breakpoint for this filename:lineno is to be acted upon. @@ -196,6 +194,7 @@ location. Returns breakpoint that was triggered and a flag that indicates if it is ok to delete a temporary bp. </p> + <dl> <dt><i>filename</i> (str)</dt> @@ -227,7 +226,6 @@ <a NAME="Breakpoint.get_break" ID="Breakpoint.get_break"></a> <h4>Breakpoint.get_break (static)</h4> <b>get_break</b>(<i>lineno</i>) - <p> Static method to get the breakpoint of a particular line. </p> @@ -235,6 +233,7 @@ Because eric supports only one breakpoint per line, this method will return only one breakpoint. </p> + <dl> <dt><i>filename</i> (str)</dt> @@ -263,7 +262,6 @@ <hr /> <a NAME="Watch" ID="Watch"></a> <h2>Watch</h2> - <p> Watch class. </p> @@ -271,22 +269,21 @@ Implements temporary watches, ignore counts, disabling and (re)-enabling, and conditionals. </p> + <h3>Derived from</h3> None <h3>Class Attributes</h3> - <table> <tr><td>watches</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#Watch.__init__">Watch</a></td> <td>Constructor</td> @@ -304,10 +301,9 @@ <td>Public method to enable this watch.</td> </tr> </table> + <h3>Static Methods</h3> - <table> - <tr> <td><a href="#Watch.clear_all_watches">clear_all_watches</a></td> <td>Static method to clear all watch expressions.</td> @@ -326,13 +322,14 @@ </tr> </table> + <a NAME="Watch.__init__" ID="Watch.__init__"></a> <h4>Watch (Constructor)</h4> <b>Watch</b>(<i>cond, compiledCond, flag, temporary=False</i>) - <p> Constructor </p> + <dl> <dt><i>cond</i> (str)</dt> @@ -355,38 +352,38 @@ <a NAME="Watch.deleteMe" ID="Watch.deleteMe"></a> <h4>Watch.deleteMe</h4> <b>deleteMe</b>(<i></i>) - <p> Public method to clear this watch expression. </p> + <a NAME="Watch.disable" ID="Watch.disable"></a> <h4>Watch.disable</h4> <b>disable</b>(<i></i>) - <p> Public method to disable this watch. </p> + <a NAME="Watch.enable" ID="Watch.enable"></a> <h4>Watch.enable</h4> <b>enable</b>(<i></i>) - <p> Public method to enable this watch. </p> + <a NAME="Watch.clear_all_watches" ID="Watch.clear_all_watches"></a> <h4>Watch.clear_all_watches (static)</h4> <b>clear_all_watches</b>(<i></i>) - <p> Static method to clear all watch expressions. </p> + <a NAME="Watch.clear_watch" ID="Watch.clear_watch"></a> <h4>Watch.clear_watch (static)</h4> <b>clear_watch</b>(<i></i>) - <p> Static method to clear a watch expression. </p> + <dl> <dt><i>cond</i> (str)</dt> @@ -397,10 +394,10 @@ <a NAME="Watch.effectiveWatch" ID="Watch.effectiveWatch"></a> <h4>Watch.effectiveWatch (static)</h4> <b>effectiveWatch</b>(<i></i>) - <p> Static method to determine, if a watch expression is effective. </p> + <dl> <dt><i>frame</i> (frame object)</dt> @@ -424,10 +421,10 @@ <a NAME="Watch.get_watch" ID="Watch.get_watch"></a> <h4>Watch.get_watch (static)</h4> <b>get_watch</b>(<i></i>) - <p> Static method to get a watch expression. </p> + <dl> <dt><i>cond</i> (str)</dt> @@ -449,4 +446,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>