eric6/Documentation/Source/eric6.Debugger.DebugServer.html

changeset 7898
1bcd6d4df182
parent 7890
c7b98271f551
child 7901
6ff7ccf0cb50
equal deleted inserted replaced
7897:9acc015ea443 7898:1bcd6d4df182
545 <tr> 545 <tr>
546 <td><a href="#DebugServer.remoteContinue">remoteContinue</a></td> 546 <td><a href="#DebugServer.remoteContinue">remoteContinue</a></td>
547 <td>Public method to continue the debugged program.</td> 547 <td>Public method to continue the debugged program.</td>
548 </tr> 548 </tr>
549 <tr> 549 <tr>
550 <td><a href="#DebugServer.remoteContinueUntil">remoteContinueUntil</a></td>
551 <td>Public method to continue the debugged program to the given line or until returning from the current frame.</td>
552 </tr>
553 <tr>
550 <td><a href="#DebugServer.remoteCoverage">remoteCoverage</a></td> 554 <td><a href="#DebugServer.remoteCoverage">remoteCoverage</a></td>
551 <td>Public method to load a new program to collect coverage data.</td> 555 <td>Public method to load a new program to collect coverage data.</td>
552 </tr> 556 </tr>
553 <tr> 557 <tr>
554 <td><a href="#DebugServer.remoteEnvironment">remoteEnvironment</a></td> 558 <td><a href="#DebugServer.remoteEnvironment">remoteEnvironment</a></td>
2023 <dt><i>special</i></dt> 2027 <dt><i>special</i></dt>
2024 <dd> 2028 <dd>
2025 flag indicating a special continue operation 2029 flag indicating a special continue operation
2026 </dd> 2030 </dd>
2027 </dl> 2031 </dl>
2032 <a NAME="DebugServer.remoteContinueUntil" ID="DebugServer.remoteContinueUntil"></a>
2033 <h4>DebugServer.remoteContinueUntil</h4>
2034 <b>remoteContinueUntil</b>(<i>debuggerId, line</i>)
2035
2036 <p>
2037 Public method to continue the debugged program to the given line
2038 or until returning from the current frame.
2039 </p>
2040 <dl>
2041
2042 <dt><i>debuggerId</i> (str)</dt>
2043 <dd>
2044 ID of the debugger backend
2045 </dd>
2046 <dt><i>line</i> (int)</dt>
2047 <dd>
2048 the new line, where execution should be continued to
2049 </dd>
2050 </dl>
2028 <a NAME="DebugServer.remoteCoverage" ID="DebugServer.remoteCoverage"></a> 2051 <a NAME="DebugServer.remoteCoverage" ID="DebugServer.remoteCoverage"></a>
2029 <h4>DebugServer.remoteCoverage</h4> 2052 <h4>DebugServer.remoteCoverage</h4>
2030 <b>remoteCoverage</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>) 2053 <b>remoteCoverage</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>)
2031 2054
2032 <p> 2055 <p>

eric ide

mercurial