Documentation/Source/eric6.Debugger.DebugServer.html

changeset 5899
0516f6548ca6
parent 5850
7fae79975686
child 6352
4bdc6503df81
diff -r fc96d49f5fbf -r 0516f6548ca6 Documentation/Source/eric6.Debugger.DebugServer.html
--- a/Documentation/Source/eric6.Debugger.DebugServer.html	Mon Oct 09 19:06:46 2017 +0200
+++ b/Documentation/Source/eric6.Debugger.DebugServer.html	Tue Oct 10 19:05:00 2017 +0200
@@ -1226,11 +1226,15 @@
 </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, clientType=""</i>)
+<b>remoteCoverage</b>(<i>interpreter, 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>
-<dt><i>fn</i></dt>
+<dt><i>interpreter</i></dt>
+<dd>
+interpreter to be used to execute the remote
+            side (string)
+</dd><dt><i>fn</i></dt>
 <dd>
 the filename to run (string)
 </dd><dt><i>argv</i></dt>
@@ -1273,11 +1277,15 @@
 </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, clientType="", enableCallTrace=False</i>)
+<b>remoteLoad</b>(<i>interpreter, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False</i>)
 <p>
         Public method to load a new program to debug.
 </p><dl>
-<dt><i>fn</i></dt>
+<dt><i>interpreter</i></dt>
+<dd>
+interpreter to be used to execute the remote
+            side (string)
+</dd><dt><i>fn</i></dt>
 <dd>
 the filename to debug (string)
 </dd><dt><i>argv</i></dt>
@@ -1335,11 +1343,15 @@
 </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, clientType=""</i>)
+<b>remoteProfile</b>(<i>interpreter, 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>
-<dt><i>fn</i></dt>
+<dt><i>interpreter</i></dt>
+<dd>
+interpreter to be used to execute the remote
+            side (string)
+</dd><dt><i>fn</i></dt>
 <dd>
 the filename to run (string)
 </dd><dt><i>argv</i></dt>
@@ -1382,11 +1394,15 @@
 </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, clientType=""</i>)
+<b>remoteRun</b>(<i>interpreter, 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>
-<dt><i>fn</i></dt>
+<dt><i>interpreter</i></dt>
+<dd>
+interpreter to be used to execute the remote
+            side (string)
+</dd><dt><i>fn</i></dt>
 <dd>
 the filename to run (string)
 </dd><dt><i>argv</i></dt>
@@ -1828,7 +1844,7 @@
 </dd>
 </dl><a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a>
 <h4>DebugServer.startClient</h4>
-<b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False</i>)
+<b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, interpreter=""</i>)
 <p>
         Public method to start a debug client.
 </p><dl>
@@ -1845,6 +1861,10 @@
 <dd>
 flag indicating to start the debugger in a
             console window (boolean)
+</dd><dt><i>interpreter=</i></dt>
+<dd>
+interpreter to be used to execute the remote
+            side (string)
 </dd>
 </dl><a NAME="DebugServer.unregisterDebuggerInterface" ID="DebugServer.unregisterDebuggerInterface"></a>
 <h4>DebugServer.unregisterDebuggerInterface</h4>

eric ide

mercurial