10986:39a97ad73ee5 | 10987:ee81b245ae2c |
---|---|
2842 Public method to process the main client exiting. | 2842 Public method to process the main client exiting. |
2843 </p> | 2843 </p> |
2844 | 2844 |
2845 <a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> | 2845 <a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> |
2846 <h4>DebugServer.startClient</h4> | 2846 <h4>DebugServer.startClient</h4> |
2847 <b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir="", configOverride=None, startRemote=None, </i>) | 2847 <b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, venvName="", workingDir="", configOverride=None, startViaServer=None, </i>) |
2848 <p> | 2848 <p> |
2849 Public method to start a debug client. | 2849 Public method to start a debug client. |
2850 </p> | 2850 </p> |
2851 | 2851 |
2852 <dl> | 2852 <dl> |
2879 <dt><i>configOverride</i> (dict (optional))</dt> | 2879 <dt><i>configOverride</i> (dict (optional))</dt> |
2880 <dd> | 2880 <dd> |
2881 dictionary containing the global config override data | 2881 dictionary containing the global config override data |
2882 (defaults to None) | 2882 (defaults to None) |
2883 </dd> | 2883 </dd> |
2884 <dt><i>startRemote</i> (bool (optional))</dt> | 2884 <dt><i>startViaServer</i> (bool (optional))</dt> |
2885 <dd> | 2885 <dd> |
2886 flag indicating to start the client via an eric-ide server | 2886 flag indicating to start the client via an eric-ide server |
2887 (defaults to None) | 2887 (defaults to None) |
2888 </dd> | 2888 </dd> |
2889 </dl> | 2889 </dl> |