Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html

changeset 5966
3325ecd87c7c
parent 5964
066e6c78a367
child 6352
4bdc6503df81
equal deleted inserted replaced
5965:b8d53f4149c8 5966:3325ecd87c7c
89 <td>Private method to send a single command to the client.</td> 89 <td>Private method to send a single command to the client.</td>
90 </tr><tr> 90 </tr><tr>
91 <td><a href="#DebuggerInterfacePython.__startProcess">__startProcess</a></td> 91 <td><a href="#DebuggerInterfacePython.__startProcess">__startProcess</a></td>
92 <td>Private method to start the debugger client process.</td> 92 <td>Private method to start the debugger client process.</td>
93 </tr><tr> 93 </tr><tr>
94 <td><a href="#DebuggerInterfacePython.__writeJsonCommandToSocket">__writeJsonCommandToSocket</a></td>
95 <td>Private method to write a JSON command to the socket.</td>
96 </tr><tr>
94 <td><a href="#DebuggerInterfacePython.flush">flush</a></td> 97 <td><a href="#DebuggerInterfacePython.flush">flush</a></td>
95 <td>Public slot to flush the queue.</td> 98 <td>Public slot to flush the queue.</td>
96 </tr><tr> 99 </tr><tr>
97 <td><a href="#DebuggerInterfacePython.getClientCapabilities">getClientCapabilities</a></td> 100 <td><a href="#DebuggerInterfacePython.getClientCapabilities">getClientCapabilities</a></td>
98 <td>Public method to retrieve the debug clients capabilities.</td> 101 <td>Public method to retrieve the debug clients capabilities.</td>
319 </dl><dl> 322 </dl><dl>
320 <dt>Returns:</dt> 323 <dt>Returns:</dt>
321 <dd> 324 <dd>
322 the process object (QProcess) or None 325 the process object (QProcess) or None
323 </dd> 326 </dd>
327 </dl><a NAME="DebuggerInterfacePython.__writeJsonCommandToSocket" ID="DebuggerInterfacePython.__writeJsonCommandToSocket"></a>
328 <h4>DebuggerInterfacePython.__writeJsonCommandToSocket</h4>
329 <b>__writeJsonCommandToSocket</b>(<i>cmd</i>)
330 <p>
331 Private method to write a JSON command to the socket.
332 </p><dl>
333 <dt><i>cmd</i> (str)</dt>
334 <dd>
335 JSON command to be sent
336 </dd>
324 </dl><a NAME="DebuggerInterfacePython.flush" ID="DebuggerInterfacePython.flush"></a> 337 </dl><a NAME="DebuggerInterfacePython.flush" ID="DebuggerInterfacePython.flush"></a>
325 <h4>DebuggerInterfacePython.flush</h4> 338 <h4>DebuggerInterfacePython.flush</h4>
326 <b>flush</b>(<i></i>) 339 <b>flush</b>(<i></i>)
327 <p> 340 <p>
328 Public slot to flush the queue. 341 Public slot to flush the queue.

eric ide

mercurial