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> |
254 </dd> |
254 </dd> |
255 </dl><a NAME="DebugClientBase.__dumpThreadList" ID="DebugClientBase.__dumpThreadList"></a> |
255 </dl><a NAME="DebugClientBase.__dumpThreadList" ID="DebugClientBase.__dumpThreadList"></a> |
256 <h4>DebugClientBase.__dumpThreadList</h4> |
256 <h4>DebugClientBase.__dumpThreadList</h4> |
257 <b>__dumpThreadList</b>(<i></i>) |
257 <b>__dumpThreadList</b>(<i></i>) |
258 <p> |
258 <p> |
259 Public method to send the list of threads. |
259 Private method to send the list of threads. |
260 </p><a NAME="DebugClientBase.__dumpVariable" ID="DebugClientBase.__dumpVariable"></a> |
260 </p><a NAME="DebugClientBase.__dumpVariable" ID="DebugClientBase.__dumpVariable"></a> |
261 <h4>DebugClientBase.__dumpVariable</h4> |
261 <h4>DebugClientBase.__dumpVariable</h4> |
262 <b>__dumpVariable</b>(<i>var, frmnr, scope, filter</i>) |
262 <b>__dumpVariable</b>(<i>var, frmnr, scope, filter</i>) |
263 <p> |
263 <p> |
264 Private method to return the variables of a frame to the debug server. |
264 Private method to return the variables of a frame to the debug server. |
486 </dd> |
486 </dd> |
487 </dl><a NAME="DebugClientBase.close" ID="DebugClientBase.close"></a> |
487 </dl><a NAME="DebugClientBase.close" ID="DebugClientBase.close"></a> |
488 <h4>DebugClientBase.close</h4> |
488 <h4>DebugClientBase.close</h4> |
489 <b>close</b>(<i>fd</i>) |
489 <b>close</b>(<i>fd</i>) |
490 <p> |
490 <p> |
491 Private method implementing a close method as a replacement for |
491 Public method implementing a close method as a replacement for |
492 os.close(). |
492 os.close(). |
493 </p><p> |
493 </p><p> |
494 It prevents the debugger connections from being closed. |
494 It prevents the debugger connections from being closed. |
495 </p><dl> |
495 </p><dl> |
496 <dt><i>fd</i></dt> |
496 <dt><i>fd</i></dt> |