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

changeset 3591
2f2a4a76dd22
parent 3018
70924c0bdaf1
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
110 </tr><tr> 110 </tr><tr>
111 <td><a href="#DebugClientBase.__completionList">__completionList</a></td> 111 <td><a href="#DebugClientBase.__completionList">__completionList</a></td>
112 <td>Private slot to handle the request for a commandline completion list.</td> 112 <td>Private slot to handle the request for a commandline completion list.</td>
113 </tr><tr> 113 </tr><tr>
114 <td><a href="#DebugClientBase.__dumpThreadList">__dumpThreadList</a></td> 114 <td><a href="#DebugClientBase.__dumpThreadList">__dumpThreadList</a></td>
115 <td>Public method to send the list of threads.</td> 115 <td>Private method to send the list of threads.</td>
116 </tr><tr> 116 </tr><tr>
117 <td><a href="#DebugClientBase.__dumpVariable">__dumpVariable</a></td> 117 <td><a href="#DebugClientBase.__dumpVariable">__dumpVariable</a></td>
118 <td>Private method to return the variables of a frame to the debug server.</td> 118 <td>Private method to return the variables of a frame to the debug server.</td>
119 </tr><tr> 119 </tr><tr>
120 <td><a href="#DebugClientBase.__dumpVariables">__dumpVariables</a></td> 120 <td><a href="#DebugClientBase.__dumpVariables">__dumpVariables</a></td>
152 </tr><tr> 152 </tr><tr>
153 <td><a href="#DebugClientBase.attachThread">attachThread</a></td> 153 <td><a href="#DebugClientBase.attachThread">attachThread</a></td>
154 <td>Public method to setup a thread for DebugClient to debug.</td> 154 <td>Public method to setup a thread for DebugClient to debug.</td>
155 </tr><tr> 155 </tr><tr>
156 <td><a href="#DebugClientBase.close">close</a></td> 156 <td><a href="#DebugClientBase.close">close</a></td>
157 <td>Private method implementing a close method as a replacement for os.close().</td> 157 <td>Public method implementing a close method as a replacement for os.close().</td>
158 </tr><tr> 158 </tr><tr>
159 <td><a href="#DebugClientBase.connectDebugger">connectDebugger</a></td> 159 <td><a href="#DebugClientBase.connectDebugger">connectDebugger</a></td>
160 <td>Public method to establish a session with the debugger.</td> 160 <td>Public method to establish a session with the debugger.</td>
161 </tr><tr> 161 </tr><tr>
162 <td><a href="#DebugClientBase.eventLoop">eventLoop</a></td> 162 <td><a href="#DebugClientBase.eventLoop">eventLoop</a></td>
239 </dd> 239 </dd>
240 </dl><a NAME="DebugClientBase.__dumpThreadList" ID="DebugClientBase.__dumpThreadList"></a> 240 </dl><a NAME="DebugClientBase.__dumpThreadList" ID="DebugClientBase.__dumpThreadList"></a>
241 <h4>DebugClientBase.__dumpThreadList</h4> 241 <h4>DebugClientBase.__dumpThreadList</h4>
242 <b>__dumpThreadList</b>(<i></i>) 242 <b>__dumpThreadList</b>(<i></i>)
243 <p> 243 <p>
244 Public method to send the list of threads. 244 Private method to send the list of threads.
245 </p><a NAME="DebugClientBase.__dumpVariable" ID="DebugClientBase.__dumpVariable"></a> 245 </p><a NAME="DebugClientBase.__dumpVariable" ID="DebugClientBase.__dumpVariable"></a>
246 <h4>DebugClientBase.__dumpVariable</h4> 246 <h4>DebugClientBase.__dumpVariable</h4>
247 <b>__dumpVariable</b>(<i>var, frmnr, scope, filter</i>) 247 <b>__dumpVariable</b>(<i>var, frmnr, scope, filter</i>)
248 <p> 248 <p>
249 Private method to return the variables of a frame to the debug server. 249 Private method to return the variables of a frame to the debug server.
474 </dd> 474 </dd>
475 </dl><a NAME="DebugClientBase.close" ID="DebugClientBase.close"></a> 475 </dl><a NAME="DebugClientBase.close" ID="DebugClientBase.close"></a>
476 <h4>DebugClientBase.close</h4> 476 <h4>DebugClientBase.close</h4>
477 <b>close</b>(<i>fd</i>) 477 <b>close</b>(<i>fd</i>)
478 <p> 478 <p>
479 Private method implementing a close method as a replacement for 479 Public method implementing a close method as a replacement for
480 os.close(). 480 os.close().
481 </p><p> 481 </p><p>
482 It prevents the debugger connections from being closed. 482 It prevents the debugger connections from being closed.
483 </p><dl> 483 </p><dl>
484 <dt><i>fd</i></dt> 484 <dt><i>fd</i></dt>

eric ide

mercurial