--- a/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Thu Nov 09 18:31:34 2017 +0100 +++ b/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Sat Nov 11 18:44:04 2017 +0100 @@ -91,6 +91,9 @@ <td><a href="#DebuggerInterfacePython.__startProcess">__startProcess</a></td> <td>Private method to start the debugger client process.</td> </tr><tr> +<td><a href="#DebuggerInterfacePython.__writeJsonCommandToSocket">__writeJsonCommandToSocket</a></td> +<td>Private method to write a JSON command to the socket.</td> +</tr><tr> <td><a href="#DebuggerInterfacePython.flush">flush</a></td> <td>Public slot to flush the queue.</td> </tr><tr> @@ -321,6 +324,16 @@ <dd> the process object (QProcess) or None </dd> +</dl><a NAME="DebuggerInterfacePython.__writeJsonCommandToSocket" ID="DebuggerInterfacePython.__writeJsonCommandToSocket"></a> +<h4>DebuggerInterfacePython.__writeJsonCommandToSocket</h4> +<b>__writeJsonCommandToSocket</b>(<i>cmd</i>) +<p> + Private method to write a JSON command to the socket. +</p><dl> +<dt><i>cmd</i> (str)</dt> +<dd> +JSON command to be sent +</dd> </dl><a NAME="DebuggerInterfacePython.flush" ID="DebuggerInterfacePython.flush"></a> <h4>DebuggerInterfacePython.flush</h4> <b>flush</b>(<i></i>)