--- a/Documentation/Source/eric6.Debugger.DebugServer.html Sat Mar 25 17:36:50 2017 +0100 +++ b/Documentation/Source/eric6.Debugger.DebugServer.html Sat Mar 25 17:37:44 2017 +0100 @@ -388,6 +388,9 @@ <td><a href="#DebugServer.remoteLoad">remoteLoad</a></td> <td>Public method to load a new program to debug.</td> </tr><tr> +<td><a href="#DebugServer.remoteMoveIP">remoteMoveIP</a></td> +<td>Public method to move the instruction pointer to a different line.</td> +</tr><tr> <td><a href="#DebugServer.remoteProfile">remoteProfile</a></td> <td>Public method to load a new program to collect profiling data.</td> </tr><tr> @@ -1314,6 +1317,16 @@ flag indicating to enable the call trace function (boolean) </dd> +</dl><a NAME="DebugServer.remoteMoveIP" ID="DebugServer.remoteMoveIP"></a> +<h4>DebugServer.remoteMoveIP</h4> +<b>remoteMoveIP</b>(<i>line</i>) +<p> + Public method to move the instruction pointer to a different line. +</p><dl> +<dt><i>line</i></dt> +<dd> +the new line, where execution should be continued +</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>)