Documentation/Source/eric6.Debugger.DebugServer.html

changeset 5662
2c99fa1072b6
parent 5606
da305d172769
child 5711
50b6867ffcd3
equal deleted inserted replaced
5661:ae4f5cdc3d00 5662:2c99fa1072b6
386 <td>Public method to set the environment for a program to debug, run, ...</td> 386 <td>Public method to set the environment for a program to debug, run, ...</td>
387 </tr><tr> 387 </tr><tr>
388 <td><a href="#DebugServer.remoteLoad">remoteLoad</a></td> 388 <td><a href="#DebugServer.remoteLoad">remoteLoad</a></td>
389 <td>Public method to load a new program to debug.</td> 389 <td>Public method to load a new program to debug.</td>
390 </tr><tr> 390 </tr><tr>
391 <td><a href="#DebugServer.remoteMoveIP">remoteMoveIP</a></td>
392 <td>Public method to move the instruction pointer to a different line.</td>
393 </tr><tr>
391 <td><a href="#DebugServer.remoteProfile">remoteProfile</a></td> 394 <td><a href="#DebugServer.remoteProfile">remoteProfile</a></td>
392 <td>Public method to load a new program to collect profiling data.</td> 395 <td>Public method to load a new program to collect profiling data.</td>
393 </tr><tr> 396 </tr><tr>
394 <td><a href="#DebugServer.remoteRawInput">remoteRawInput</a></td> 397 <td><a href="#DebugServer.remoteRawInput">remoteRawInput</a></td>
395 <td>Public method to send the raw input to the debugged program.</td> 398 <td>Public method to send the raw input to the debugged program.</td>
1312 </dd><dt><i>enableCallTrace=</i></dt> 1315 </dd><dt><i>enableCallTrace=</i></dt>
1313 <dd> 1316 <dd>
1314 flag indicating to enable the call trace 1317 flag indicating to enable the call trace
1315 function (boolean) 1318 function (boolean)
1316 </dd> 1319 </dd>
1320 </dl><a NAME="DebugServer.remoteMoveIP" ID="DebugServer.remoteMoveIP"></a>
1321 <h4>DebugServer.remoteMoveIP</h4>
1322 <b>remoteMoveIP</b>(<i>line</i>)
1323 <p>
1324 Public method to move the instruction pointer to a different line.
1325 </p><dl>
1326 <dt><i>line</i></dt>
1327 <dd>
1328 the new line, where execution should be continued
1329 </dd>
1317 </dl><a NAME="DebugServer.remoteProfile" ID="DebugServer.remoteProfile"></a> 1330 </dl><a NAME="DebugServer.remoteProfile" ID="DebugServer.remoteProfile"></a>
1318 <h4>DebugServer.remoteProfile</h4> 1331 <h4>DebugServer.remoteProfile</h4>
1319 <b>remoteProfile</b>(<i>fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>) 1332 <b>remoteProfile</b>(<i>fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>)
1320 <p> 1333 <p>
1321 Public method to load a new program to collect profiling data. 1334 Public method to load a new program to collect profiling data.

eric ide

mercurial