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

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
54 DebugBase 54 DebugBase
55 <h3>Class Attributes</h3> 55 <h3>Class Attributes</h3>
56 <table> 56 <table>
57 <tr><td>None</td></tr> 57 <tr><td>None</td></tr>
58 </table> 58 </table>
59 <h3>Class Methods</h3>
60 <table>
61 <tr><td>None</td></tr>
62 </table>
59 <h3>Methods</h3> 63 <h3>Methods</h3>
60 <table> 64 <table>
61 <tr> 65 <tr>
62 <td><a href="#DebugThread.__init__">DebugThread</a></td>
63 <td>Constructor</td>
64 </tr><tr>
65 <td><a href="#DebugThread.bootstrap">bootstrap</a></td> 66 <td><a href="#DebugThread.bootstrap">bootstrap</a></td>
66 <td>Private method to bootstrap the thread.</td> 67 <td>Private method to bootstrap the thread.</td>
67 </tr><tr> 68 </tr><tr>
68 <td><a href="#DebugThread.get_ident">get_ident</a></td> 69 <td><a href="#DebugThread.get_ident">get_ident</a></td>
69 <td>Public method to return the id of this thread.</td> 70 <td>Public method to return the id of this thread.</td>
78 <td>Private method to setup tracing for this thread.</td> 79 <td>Private method to setup tracing for this thread.</td>
79 </tr><tr> 80 </tr><tr>
80 <td><a href="#DebugThread.trace_dispatch">trace_dispatch</a></td> 81 <td><a href="#DebugThread.trace_dispatch">trace_dispatch</a></td>
81 <td>Private method wrapping the trace_dispatch of bdb.py.</td> 82 <td>Private method wrapping the trace_dispatch of bdb.py.</td>
82 </tr> 83 </tr>
84 </table>
85 <h3>Static Methods</h3>
86 <table>
87 <tr><td>None</td></tr>
83 </table> 88 </table>
84 <a NAME="DebugThread.__init__" ID="DebugThread.__init__"></a> 89 <a NAME="DebugThread.__init__" ID="DebugThread.__init__"></a>
85 <h4>DebugThread (Constructor)</h4> 90 <h4>DebugThread (Constructor)</h4>
86 <b>DebugThread</b>(<i>dbgClient, targ=None, args=None, kwargs=None, mainThread=0</i>) 91 <b>DebugThread</b>(<i>dbgClient, targ=None, args=None, kwargs=None, mainThread=0</i>)
87 <p> 92 <p>

eric ide

mercurial