eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html

changeset 7898
1bcd6d4df182
parent 7887
c1588f5a83e9
child 7901
6ff7ccf0cb50
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Sat Dec 19 14:41:43 2020 +0100
+++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Sat Dec 19 14:42:36 2020 +0100
@@ -1199,7 +1199,7 @@
 </dl>
 <a NAME="DebugClientBase.startProgInDebugger" ID="DebugClientBase.startProgInDebugger"></a>
 <h4>DebugClientBase.startProgInDebugger</h4>
-<b>startProgInDebugger</b>(<i>progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, codeStr=""</i>)
+<b>startProgInDebugger</b>(<i>progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, codeStr="", scriptModule=""</i>)
 
 <p>
         Public method used to start the remote debugger.
@@ -1251,6 +1251,10 @@
 <dd>
 string containing Python code to execute
 </dd>
+<dt><i>scriptModule</i> (str)</dt>
+<dd>
+name of a module to be executed as a script
+</dd>
 </dl>
 <dl>
 <dt>Returns:</dt>

eric ide

mercurial