Documentation/Source/eric5.Debugger.DebuggerInterfacePython.html

changeset 112
16893e193e9d
parent 58
37f0444c3479
child 409
0ea528e80202
--- a/Documentation/Source/eric5.Debugger.DebuggerInterfacePython.html	Sat Feb 13 13:00:30 2010 +0000
+++ b/Documentation/Source/eric5.Debugger.DebuggerInterfacePython.html	Sat Feb 13 17:07:34 2010 +0000
@@ -569,7 +569,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.remoteRun" ID="DebuggerInterfacePython.remoteRun"></a>
 <h4>DebuggerInterfacePython.remoteRun</h4>
-<b>remoteRun</b>(<i>fn, argv, wd</i>)
+<b>remoteRun</b>(<i>fn, argv, wd, autoFork = False, forkChild = False</i>)
 <p>
         Public method to load a new program to run.
 </p><dl>
@@ -582,6 +582,12 @@
 </dd><dt><i>wd</i></dt>
 <dd>
 the working directory for the program (string)
+</dd><dt><i>autoFork=</i></dt>
+<dd>
+flag indicating the automatic fork mode (boolean)
+</dd><dt><i>forkChild=</i></dt>
+<dd>
+flag indicating to debug the child after forking (boolean)
 </dd>
 </dl><a NAME="DebuggerInterfacePython.remoteSetThread" ID="DebuggerInterfacePython.remoteSetThread"></a>
 <h4>DebuggerInterfacePython.remoteSetThread</h4>

eric ide

mercurial