Documentation/Source/eric5.DebugClients.Python3.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>
166 <td>Reimplemented to handle the program about to execute a particular line.</td> 167 <td>Reimplemented to handle the program about to execute a particular line.</td>
167 </tr><tr> 168 </tr><tr>
168 <td><a href="#DebugBase.user_return">user_return</a></td> 169 <td><a href="#DebugBase.user_return">user_return</a></td>
169 <td>Reimplemented to report program termination to the debug server.</td> 170 <td>Reimplemented to report program termination to the debug server.</td>
170 </tr> 171 </tr>
172 </table>
173 <h3>Static Methods</h3>
174 <table>
175 <tr><td>None</td></tr>
171 </table> 176 </table>
172 <a NAME="DebugBase.__init__" ID="DebugBase.__init__"></a> 177 <a NAME="DebugBase.__init__" ID="DebugBase.__init__"></a>
173 <h4>DebugBase (Constructor)</h4> 178 <h4>DebugBase (Constructor)</h4>
174 <b>DebugBase</b>(<i>dbgClient</i>) 179 <b>DebugBase</b>(<i>dbgClient</i>)
175 <p> 180 <p>

eric ide

mercurial