src/eric7/Documentation/Source/eric7.Debugger.DebugServer.html

branch
eric7
changeset 9236
db53a9efe7ef
parent 9209
b99e7fd55fd3
child 9388
bfe7ea6599a3
equal deleted inserted replaced
9235:b5fe898e171f 9236:db53a9efe7ef
644 <tr><td>None</td></tr> 644 <tr><td>None</td></tr>
645 </table> 645 </table>
646 646
647 <a NAME="DebugServer.__init__" ID="DebugServer.__init__"></a> 647 <a NAME="DebugServer.__init__" ID="DebugServer.__init__"></a>
648 <h4>DebugServer (Constructor)</h4> 648 <h4>DebugServer (Constructor)</h4>
649 <b>DebugServer</b>(<i>originalPathString, preventPassiveDebugging=False, project=None, parent=None</i>) 649 <b>DebugServer</b>(<i>originalPathString, preventPassiveDebugging=False, project=None, parent=None, </i>)
650 650
651 <p> 651 <p>
652 Constructor 652 Constructor
653 </p> 653 </p>
654 <dl> 654 <dl>
1767 the new line, where execution should be continued to 1767 the new line, where execution should be continued to
1768 </dd> 1768 </dd>
1769 </dl> 1769 </dl>
1770 <a NAME="DebugServer.remoteCoverage" ID="DebugServer.remoteCoverage"></a> 1770 <a NAME="DebugServer.remoteCoverage" ID="DebugServer.remoteCoverage"></a>
1771 <h4>DebugServer.remoteCoverage</h4> 1771 <h4>DebugServer.remoteCoverage</h4>
1772 <b>remoteCoverage</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="", configOverride=None</i>) 1772 <b>remoteCoverage</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="", configOverride=None, </i>)
1773 1773
1774 <p> 1774 <p>
1775 Public method to load a new program to collect coverage data. 1775 Public method to load a new program to collect coverage data.
1776 </p> 1776 </p>
1777 <dl> 1777 <dl>
1839 environment settings 1839 environment settings
1840 </dd> 1840 </dd>
1841 </dl> 1841 </dl>
1842 <a NAME="DebugServer.remoteLoad" ID="DebugServer.remoteLoad"></a> 1842 <a NAME="DebugServer.remoteLoad" ID="DebugServer.remoteLoad"></a>
1843 <h4>DebugServer.remoteLoad</h4> 1843 <h4>DebugServer.remoteLoad</h4>
1844 <b>remoteLoad</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, clientType="", enableCallTrace=False, enableMultiprocess=False, multiprocessNoDebug="", configOverride=None</i>) 1844 <b>remoteLoad</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, clientType="", enableCallTrace=False, enableMultiprocess=False, multiprocessNoDebug="", configOverride=None, </i>)
1845 1845
1846 <p> 1846 <p>
1847 Public method to load a new program to debug. 1847 Public method to load a new program to debug.
1848 </p> 1848 </p>
1849 <dl> 1849 <dl>
1935 the new line, where execution should be continued 1935 the new line, where execution should be continued
1936 </dd> 1936 </dd>
1937 </dl> 1937 </dl>
1938 <a NAME="DebugServer.remoteProfile" ID="DebugServer.remoteProfile"></a> 1938 <a NAME="DebugServer.remoteProfile" ID="DebugServer.remoteProfile"></a>
1939 <h4>DebugServer.remoteProfile</h4> 1939 <h4>DebugServer.remoteProfile</h4>
1940 <b>remoteProfile</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="", configOverride=None</i>) 1940 <b>remoteProfile</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="", configOverride=None, </i>)
1941 1941
1942 <p> 1942 <p>
1943 Public method to load a new program to collect profiling data. 1943 Public method to load a new program to collect profiling data.
1944 </p> 1944 </p>
1945 <dl> 1945 <dl>
2011 the raw input 2011 the raw input
2012 </dd> 2012 </dd>
2013 </dl> 2013 </dl>
2014 <a NAME="DebugServer.remoteRun" ID="DebugServer.remoteRun"></a> 2014 <a NAME="DebugServer.remoteRun" ID="DebugServer.remoteRun"></a>
2015 <h4>DebugServer.remoteRun</h4> 2015 <h4>DebugServer.remoteRun</h4>
2016 <b>remoteRun</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, clientType="", configOverride=None</i>) 2016 <b>remoteRun</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, clientType="", configOverride=None, </i>)
2017 2017
2018 <p> 2018 <p>
2019 Public method to load a new program to run. 2019 Public method to load a new program to run.
2020 </p> 2020 </p>
2021 <dl> 2021 <dl>
2257 ID of the debugger backend 2257 ID of the debugger backend
2258 </dd> 2258 </dd>
2259 </dl> 2259 </dl>
2260 <a NAME="DebugServer.signalClientCallTrace" ID="DebugServer.signalClientCallTrace"></a> 2260 <a NAME="DebugServer.signalClientCallTrace" ID="DebugServer.signalClientCallTrace"></a>
2261 <h4>DebugServer.signalClientCallTrace</h4> 2261 <h4>DebugServer.signalClientCallTrace</h4>
2262 <b>signalClientCallTrace</b>(<i>isCall, fromFile, fromLine, fromFunction, toFile, toLine, toFunction, debuggerId</i>) 2262 <b>signalClientCallTrace</b>(<i>isCall, fromFile, fromLine, fromFunction, toFile, toLine, toFunction, debuggerId, </i>)
2263 2263
2264 <p> 2264 <p>
2265 Public method to process the client call trace data. 2265 Public method to process the client call trace data.
2266 </p> 2266 </p>
2267 <dl> 2267 <dl>
2784 <p> 2784 <p>
2785 Public method to process the main client exiting. 2785 Public method to process the main client exiting.
2786 </p> 2786 </p>
2787 <a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> 2787 <a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a>
2788 <h4>DebugServer.startClient</h4> 2788 <h4>DebugServer.startClient</h4>
2789 <b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir=None, configOverride=None</i>) 2789 <b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir=None, configOverride=None, </i>)
2790 2790
2791 <p> 2791 <p>
2792 Public method to start a debug client. 2792 Public method to start a debug client.
2793 </p> 2793 </p>
2794 <dl> 2794 <dl>

eric ide

mercurial