--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugServer.html Sat Dec 16 17:52:02 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugServer.html Sun Dec 17 17:15:19 2023 +0100 @@ -1011,7 +1011,7 @@ </dd> <dt><i>line</i> (int)</dt> <dd> -linenumber of the breakpoint +line number of the breakpoint </dd> <dt><i>enable</i> (bool)</dt> <dd> @@ -1037,7 +1037,7 @@ </dd> <dt><i>line</i> (int)</dt> <dd> -linenumber of the breakpoint +line number of the breakpoint </dd> <dt><i>count</i> (int)</dt> <dd> @@ -1600,7 +1600,7 @@ </dd> <dt><i>line</i> (int)</dt> <dd> -linenumber of the breakpoint +line number of the breakpoint </dd> <dt><i>setBreakpoint</i> (bool)</dt> <dd> @@ -1651,7 +1651,7 @@ </dd> <dt><i>scope</i> (int)</dt> <dd> -the scope of the variables (0 = local, 1 = global) +scope of the variables (0 = local, 1 = global) </dd> <dt><i>filterStr</i> (str)</dt> <dd> @@ -1687,7 +1687,7 @@ </dd> <dt><i>scope</i> (int)</dt> <dd> -the scope of the variables (0 = local, 1 = global) +scope of the variables (0 = local, 1 = global) </dd> <dt><i>filterList</i> (list of str)</dt> <dd> @@ -1723,7 +1723,7 @@ </dd> <dt><i>scope</i> (int)</dt> <dd> -the scope of the variables (0 = local, 1 = global) +scope of the variables (0 = local, 1 = global) </dd> <dt><i>filterList</i> (list of str)</dt> <dd> @@ -1750,7 +1750,7 @@ </dd> <dt><i>text</i> (str)</dt> <dd> -the text to be completed +text to be completed </dd> </dl> <a NAME="DebugServer.remoteContinue" ID="DebugServer.remoteContinue"></a> @@ -1787,7 +1787,7 @@ </dd> <dt><i>line</i> (int)</dt> <dd> -the new line, where execution should be continued to +new line, where execution should be continued to </dd> </dl> <a NAME="DebugServer.remoteCoverage" ID="DebugServer.remoteCoverage"></a> @@ -1805,17 +1805,17 @@ </dd> <dt><i>fn</i> (str)</dt> <dd> -the filename to debug +filename to debug </dd> -<dt><i>argv</i> (str)</dt> +<dt><i>argv</i> (list of str)</dt> <dd> -the command line arguments to pass to the program +list of command line arguments to pass to the program </dd> <dt><i>wd</i> (str)</dt> <dd> -the working directory for the program +working directory for the program </dd> -<dt><i>env</i> (str)</dt> +<dt><i>env</i> (str or dict)</dt> <dd> environment parameter settings </dd> @@ -1857,11 +1857,18 @@ </p> <dl> -<dt><i>env</i> (str)</dt> +<dt><i>env</i> (str or dict)</dt> <dd> environment settings </dd> </dl> +<dl> + +<dt>Raises <b>TypeError</b>:</dt> +<dd> +taised to indicate an unsupported parameter type +</dd> +</dl> <a NAME="DebugServer.remoteLoad" ID="DebugServer.remoteLoad"></a> <h4>DebugServer.remoteLoad</h4> <b>remoteLoad</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, clientType="", enableCallTrace=False, enableMultiprocess=False, multiprocessNoDebug="", configOverride=None, reportAllExceptions=False, </i>) @@ -1877,17 +1884,17 @@ </dd> <dt><i>fn</i> (str)</dt> <dd> -the filename to debug +filename to debug </dd> -<dt><i>argv</i> (str)</dt> +<dt><i>argv</i> (list of str)</dt> <dd> -the command line arguments to pass to the program +list of command line arguments to pass to the program </dd> <dt><i>wd</i> (str)</dt> <dd> -the working directory for the program +working directory for the program </dd> -<dt><i>env</i> (str)</dt> +<dt><i>env</i> (str or dict)</dt> <dd> environment parameter settings </dd> @@ -1960,7 +1967,7 @@ </dd> <dt><i>line</i> (int)</dt> <dd> -the new line, where execution should be continued +new line, where execution should be continued </dd> </dl> <a NAME="DebugServer.remoteProfile" ID="DebugServer.remoteProfile"></a> @@ -1978,17 +1985,17 @@ </dd> <dt><i>fn</i> (str)</dt> <dd> -the filename to debug +filename to debug </dd> -<dt><i>argv</i> (str)</dt> +<dt><i>argv</i> (list of str)</dt> <dd> -the command line arguments to pass to the program +list of command line arguments to pass to the program </dd> <dt><i>wd</i> (str)</dt> <dd> -the working directory for the program +working directory for the program </dd> -<dt><i>env</i> (str)</dt> +<dt><i>env</i> (str or dict)</dt> <dd> environment parameter settings </dd> @@ -2036,7 +2043,7 @@ </dd> <dt><i>inputString</i> (str)</dt> <dd> -the raw input +raw input </dd> </dl> <a NAME="DebugServer.remoteRun" ID="DebugServer.remoteRun"></a> @@ -2054,17 +2061,17 @@ </dd> <dt><i>fn</i> (str)</dt> <dd> -the filename to debug +filename to debug </dd> -<dt><i>argv</i> (str)</dt> +<dt><i>argv</i> (list str)</dt> <dd> -the command line arguments to pass to the program +list of command line arguments to pass to the program </dd> <dt><i>wd</i> (str)</dt> <dd> -the working directory for the program +working directory for the program </dd> -<dt><i>env</i> (str)</dt> +<dt><i>env</i> (str or dict)</dt> <dd> environment parameter settings </dd> @@ -2125,7 +2132,7 @@ </dd> <dt><i>stmt</i> (str)</dt> <dd> -the Python statement to execute. +Python statement to execute. </dd> </dl> <a NAME="DebugServer.remoteStep" ID="DebugServer.remoteStep"></a>