diff -r 1887e3af7b74 -r 16893e193e9d Documentation/Source/eric5.Debugger.DebuggerInterfacePython3.html --- a/Documentation/Source/eric5.Debugger.DebuggerInterfacePython3.html Sat Feb 13 13:00:30 2010 +0000 +++ b/Documentation/Source/eric5.Debugger.DebuggerInterfacePython3.html Sat Feb 13 17:07:34 2010 +0000 @@ -569,7 +569,7 @@ </dd> </dl><a NAME="DebuggerInterfacePython3.remoteRun" ID="DebuggerInterfacePython3.remoteRun"></a> <h4>DebuggerInterfacePython3.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="DebuggerInterfacePython3.remoteSetThread" ID="DebuggerInterfacePython3.remoteSetThread"></a> <h4>DebuggerInterfacePython3.remoteSetThread</h4>