diff -r 5d807e997391 -r c6011e501282 src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html --- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Sat Dec 16 17:52:02 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Sun Dec 17 17:15:19 2023 +0100 @@ -657,7 +657,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> @@ -691,7 +691,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> @@ -717,7 +717,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> @@ -767,7 +767,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> @@ -803,7 +803,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> @@ -839,7 +839,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> @@ -872,7 +872,7 @@ </dd> <dt><i>text</i> (str)</dt> <dd> -the text to be completed +text to be completed </dd> </dl> <a NAME="DebuggerInterfacePython.remoteContinue" ID="DebuggerInterfacePython.remoteContinue"></a> @@ -909,7 +909,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="DebuggerInterfacePython.remoteCoverage" ID="DebuggerInterfacePython.remoteCoverage"></a> @@ -923,15 +923,15 @@ <dt><i>fn</i> (str)</dt> <dd> -the filename to run +filename to run </dd> -<dt><i>argv</i> (str)</dt> +<dt><i>argv</i> (list of str)</dt> <dd> -the commandline 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>erase</i> (bool)</dt> <dd> @@ -964,15 +964,15 @@ <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 commandline 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>traceInterpreter</i> (bool)</dt> <dd> @@ -1010,7 +1010,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="DebuggerInterfacePython.remoteNoDebugList" ID="DebuggerInterfacePython.remoteNoDebugList"></a> @@ -1046,15 +1046,15 @@ <dt><i>fn</i> (str)</dt> <dd> -the filename to run +filename to run </dd> -<dt><i>argv</i> (str)</dt> +<dt><i>argv</i> (list of str)</dt> <dd> -the commandline 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>erase</i> (bool)</dt> <dd> @@ -1077,7 +1077,7 @@ </dd> <dt><i>inputString</i> (str)</dt> <dd> -the raw input +raw input </dd> </dl> <a NAME="DebuggerInterfacePython.remoteRun" ID="DebuggerInterfacePython.remoteRun"></a> @@ -1091,15 +1091,15 @@ <dt><i>fn</i> (str)</dt> <dd> -the filename to run +filename to run </dd> -<dt><i>argv</i> (str)</dt> +<dt><i>argv</i> (list of str)</dt> <dd> -the commandline 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> </dl> <a NAME="DebuggerInterfacePython.remoteSetThread" ID="DebuggerInterfacePython.remoteSetThread"></a> @@ -1135,7 +1135,7 @@ </dd> <dt><i>stmt</i> (str)</dt> <dd> -the Python statement to execute. +Python statement to execute. </dd> </dl> <a NAME="DebuggerInterfacePython.remoteStep" ID="DebuggerInterfacePython.remoteStep"></a>