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

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
58 bdb.Bdb 58 bdb.Bdb
59 <h3>Class Attributes</h3> 59 <h3>Class Attributes</h3>
60 <table> 60 <table>
61 <tr><td>None</td></tr> 61 <tr><td>None</td></tr>
62 </table> 62 </table>
63 <h3>Class Methods</h3>
64 <table>
65 <tr><td>None</td></tr>
66 </table>
63 <h3>Methods</h3> 67 <h3>Methods</h3>
64 <table> 68 <table>
65 <tr> 69 <tr>
66 <td><a href="#DebugBase.__init__">DebugBase</a></td>
67 <td>Constructor</td>
68 </tr><tr>
69 <td><a href="#DebugBase.__do_clear">__do_clear</a></td> 70 <td><a href="#DebugBase.__do_clear">__do_clear</a></td>
70 <td>Private method called to clear a temporary breakpoint.</td> 71 <td>Private method called to clear a temporary breakpoint.</td>
71 </tr><tr> 72 </tr><tr>
72 <td><a href="#DebugBase.__do_clearWatch">__do_clearWatch</a></td> 73 <td><a href="#DebugBase.__do_clearWatch">__do_clearWatch</a></td>
73 <td>Private method called to clear a temporary watch expression.</td> 74 <td>Private method called to clear a temporary watch expression.</td>
163 <td>Reimplemented to handle the program about to execute a particular line.</td> 164 <td>Reimplemented to handle the program about to execute a particular line.</td>
164 </tr><tr> 165 </tr><tr>
165 <td><a href="#DebugBase.user_return">user_return</a></td> 166 <td><a href="#DebugBase.user_return">user_return</a></td>
166 <td>Reimplemented to report program termination to the debug server.</td> 167 <td>Reimplemented to report program termination to the debug server.</td>
167 </tr> 168 </tr>
169 </table>
170 <h3>Static Methods</h3>
171 <table>
172 <tr><td>None</td></tr>
168 </table> 173 </table>
169 <a NAME="DebugBase.__init__" ID="DebugBase.__init__"></a> 174 <a NAME="DebugBase.__init__" ID="DebugBase.__init__"></a>
170 <h4>DebugBase (Constructor)</h4> 175 <h4>DebugBase (Constructor)</h4>
171 <b>DebugBase</b>(<i>dbgClient</i>) 176 <b>DebugBase</b>(<i>dbgClient</i>)
172 <p> 177 <p>

eric ide

mercurial