--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Wed Feb 07 15:28:08 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Wed Feb 07 15:30:12 2024 +0100 @@ -529,16 +529,16 @@ </dl> <a NAME="DebuggerInterfacePython.__writeJsonCommandToSocket" ID="DebuggerInterfacePython.__writeJsonCommandToSocket"></a> <h4>DebuggerInterfacePython.__writeJsonCommandToSocket</h4> -<b>__writeJsonCommandToSocket</b>(<i>cmd, sock</i>) +<b>__writeJsonCommandToSocket</b>(<i>jsonCommand, sock</i>) <p> Private method to write a JSON command to the socket. </p> <dl> -<dt><i>cmd</i> (str)</dt> +<dt><i>jsonCommand</i> (str)</dt> <dd> -JSON command to be sent +JSON encoded command to be sent </dd> <dt><i>sock</i> (QTcpSocket)</dt> <dd>