--- a/Documentation/Source/eric5.Debugger.DebugServer.html Sat Jan 01 14:55:41 2011 +0100 +++ b/Documentation/Source/eric5.Debugger.DebugServer.html Sat Jan 01 18:04:43 2011 +0100 @@ -1020,7 +1020,7 @@ </dd> </dl><a NAME="DebugServer.remoteCoverage" ID="DebugServer.remoteCoverage"></a> <h4>DebugServer.remoteCoverage</h4> -<b>remoteCoverage</b>(<i>fn, argv, wd, env, autoClearShell = True, erase = False, forProject = False, runInConsole = False</i>) +<b>remoteCoverage</b>(<i>fn, argv, wd, env, autoClearShell = True, erase = False, forProject = False, runInConsole = False, clientType = ""</i>) <p> Public method to load a new program to collect coverage data. </p><dl> @@ -1051,6 +1051,9 @@ <dd> flag indicating to start the debugger in a console window (boolean) +</dd><dt><i>clientType=</i></dt> +<dd> +client type to be used (string) </dd> </dl><a NAME="DebugServer.remoteEnvironment" ID="DebugServer.remoteEnvironment"></a> <h4>DebugServer.remoteEnvironment</h4> @@ -1084,7 +1087,7 @@ </dd> </dl><a NAME="DebugServer.remoteLoad" ID="DebugServer.remoteLoad"></a> <h4>DebugServer.remoteLoad</h4> -<b>remoteLoad</b>(<i>fn, argv, wd, env, autoClearShell = True, tracePython = False, autoContinue = True, forProject = False, runInConsole = False, autoFork = False, forkChild = False</i>) +<b>remoteLoad</b>(<i>fn, argv, wd, env, autoClearShell = True, tracePython = False, autoContinue = True, forProject = False, runInConsole = False, autoFork = False, forkChild = False, clientType = ""</i>) <p> Public method to load a new program to debug. </p><dl> @@ -1125,10 +1128,13 @@ </dd><dt><i>forkChild=</i></dt> <dd> flag indicating to debug the child after forking (boolean) +</dd><dt><i>clientType=</i></dt> +<dd> +client type to be used (string) </dd> </dl><a NAME="DebugServer.remoteProfile" ID="DebugServer.remoteProfile"></a> <h4>DebugServer.remoteProfile</h4> -<b>remoteProfile</b>(<i>fn, argv, wd, env, autoClearShell = True, erase = False, forProject = False, runInConsole = False</i>) +<b>remoteProfile</b>(<i>fn, argv, wd, env, autoClearShell = True, erase = False, forProject = False, runInConsole = False, clientType = ""</i>) <p> Public method to load a new program to collect profiling data. </p><dl> @@ -1158,6 +1164,9 @@ <dd> flag indicating to start the debugger in a console window (boolean) +</dd><dt><i>clientType=</i></dt> +<dd> +client type to be used (string) </dd> </dl><a NAME="DebugServer.remoteRawInput" ID="DebugServer.remoteRawInput"></a> <h4>DebugServer.remoteRawInput</h4> @@ -1171,7 +1180,7 @@ </dd> </dl><a NAME="DebugServer.remoteRun" ID="DebugServer.remoteRun"></a> <h4>DebugServer.remoteRun</h4> -<b>remoteRun</b>(<i>fn, argv, wd, env, autoClearShell = True, forProject = False, runInConsole = False, autoFork = False, forkChild = False</i>) +<b>remoteRun</b>(<i>fn, argv, wd, env, autoClearShell = True, forProject = False, runInConsole = False, autoFork = False, forkChild = False, clientType = ""</i>) <p> Public method to load a new program to run. </p><dl> @@ -1204,6 +1213,9 @@ </dd><dt><i>forkChild=</i></dt> <dd> flag indicating to debug the child after forking (boolean) +</dd><dt><i>clientType=</i></dt> +<dd> +client type to be used (string) </dd> </dl><a NAME="DebugServer.remoteSetThread" ID="DebugServer.remoteSetThread"></a> <h4>DebugServer.remoteSetThread</h4>