--- a/Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html Sat Feb 13 13:00:30 2010 +0000 +++ b/Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html Sat Feb 13 17:07:34 2010 +0000 @@ -472,7 +472,7 @@ </dd> </dl><a NAME="DebuggerInterfaceNone.remoteRun" ID="DebuggerInterfaceNone.remoteRun"></a> <h4>DebuggerInterfaceNone.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> @@ -485,6 +485,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="DebuggerInterfaceNone.remoteSetThread" ID="DebuggerInterfaceNone.remoteSetThread"></a> <h4>DebuggerInterfaceNone.remoteSetThread</h4>