70 <tr> |
70 <tr> |
71 <td><a href="#DebuggerInterfacePython.__assignDebuggerId">__assignDebuggerId</a></td> |
71 <td><a href="#DebuggerInterfacePython.__assignDebuggerId">__assignDebuggerId</a></td> |
72 <td>Private method to set the debugger id for a recent debugger connection attempt.</td> |
72 <td>Private method to set the debugger id for a recent debugger connection attempt.</td> |
73 </tr> |
73 </tr> |
74 <tr> |
74 <tr> |
|
75 <td><a href="#DebuggerInterfacePython.__determineDebugClient">__determineDebugClient</a></td> |
|
76 <td>Private method to determine the debug client to be started.</td> |
|
77 </tr> |
|
78 <tr> |
75 <td><a href="#DebuggerInterfacePython.__flush">__flush</a></td> |
79 <td><a href="#DebuggerInterfacePython.__flush">__flush</a></td> |
76 <td>Private slot to flush the queue.</td> |
80 <td>Private slot to flush the queue.</td> |
77 </tr> |
81 </tr> |
78 <tr> |
82 <tr> |
79 <td><a href="#DebuggerInterfacePython.__handleJsonCommand">__handleJsonCommand</a></td> |
83 <td><a href="#DebuggerInterfacePython.__handleJsonCommand">__handleJsonCommand</a></td> |
307 reference to the socket object |
311 reference to the socket object |
308 </dd> |
312 </dd> |
309 <dt><i>debuggerId</i> (str)</dt> |
313 <dt><i>debuggerId</i> (str)</dt> |
310 <dd> |
314 <dd> |
311 id of the connected debug client |
315 id of the connected debug client |
|
316 </dd> |
|
317 </dl> |
|
318 <a NAME="DebuggerInterfacePython.__determineDebugClient" ID="DebuggerInterfacePython.__determineDebugClient"></a> |
|
319 <h4>DebuggerInterfacePython.__determineDebugClient</h4> |
|
320 <b>__determineDebugClient</b>(<i></i>) |
|
321 |
|
322 <p> |
|
323 Private method to determine the debug client to be started. |
|
324 </p> |
|
325 <dl> |
|
326 <dt>Return:</dt> |
|
327 <dd> |
|
328 path of the debug client |
|
329 </dd> |
|
330 </dl> |
|
331 <dl> |
|
332 <dt>Return Type:</dt> |
|
333 <dd> |
|
334 str |
312 </dd> |
335 </dd> |
313 </dl> |
336 </dl> |
314 <a NAME="DebuggerInterfacePython.__flush" ID="DebuggerInterfacePython.__flush"></a> |
337 <a NAME="DebuggerInterfacePython.__flush" ID="DebuggerInterfacePython.__flush"></a> |
315 <h4>DebuggerInterfacePython.__flush</h4> |
338 <h4>DebuggerInterfacePython.__flush</h4> |
316 <b>__flush</b>(<i></i>) |
339 <b>__flush</b>(<i></i>) |