src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html

branch
eric7
changeset 10417
c6011e501282
parent 10321
4a017fdf316f
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html	Sat Dec 16 17:52:02 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html	Sun Dec 17 17:15:19 2023 +0100
@@ -356,7 +356,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>
@@ -390,7 +390,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>
@@ -416,7 +416,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>
@@ -466,7 +466,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>
@@ -502,7 +502,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>
@@ -538,7 +538,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>
@@ -571,7 +571,7 @@
 </dd>
 <dt><i>text</i> (str)</dt>
 <dd>
-the text to be completed
+text to be completed
 </dd>
 </dl>
 <a NAME="DebuggerInterfaceNone.remoteContinue" ID="DebuggerInterfaceNone.remoteContinue"></a>
@@ -608,7 +608,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="DebuggerInterfaceNone.remoteCoverage" ID="DebuggerInterfaceNone.remoteCoverage"></a>
@@ -622,15 +622,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>
@@ -663,15 +663,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>
@@ -709,7 +709,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="DebuggerInterfaceNone.remoteNoDebugList" ID="DebuggerInterfaceNone.remoteNoDebugList"></a>
@@ -745,15 +745,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>
@@ -776,7 +776,7 @@
 </dd>
 <dt><i>inputString</i> (str)</dt>
 <dd>
-the raw input
+raw input
 </dd>
 </dl>
 <a NAME="DebuggerInterfaceNone.remoteRun" ID="DebuggerInterfaceNone.remoteRun"></a>
@@ -790,15 +790,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="DebuggerInterfaceNone.remoteSetThread" ID="DebuggerInterfaceNone.remoteSetThread"></a>
@@ -834,7 +834,7 @@
 </dd>
 <dt><i>stmt</i> (str)</dt>
 <dd>
-the Python statement to execute.
+Python statement to execute.
 </dd>
 </dl>
 <a NAME="DebuggerInterfaceNone.remoteStep" ID="DebuggerInterfaceNone.remoteStep"></a>

eric ide

mercurial