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

branch
eric7
changeset 10987
ee81b245ae2c
parent 10784
521fd465b048
child 11029
1cd8701ed260
equal deleted inserted replaced
10986:39a97ad73ee5 10987:ee81b245ae2c
1005 (Needed on Win OS) 1005 (Needed on Win OS)
1006 </p> 1006 </p>
1007 1007
1008 <a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a> 1008 <a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a>
1009 <h4>DebuggerInterfaceNone.startRemote</h4> 1009 <h4>DebuggerInterfaceNone.startRemote</h4>
1010 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </i>) 1010 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, </i>)
1011 <p> 1011 <p>
1012 Public method to start a remote Python interpreter. 1012 Public method to start a remote Python interpreter.
1013 </p> 1013 </p>
1014 1014
1015 <dl> 1015 <dl>
1038 <dt><i>configOverride</i> (dict)</dt> 1038 <dt><i>configOverride</i> (dict)</dt>
1039 <dd> 1039 <dd>
1040 dictionary containing the global config override 1040 dictionary containing the global config override
1041 data 1041 data
1042 </dd> 1042 </dd>
1043 <dt><i>startRemote</i> (bool (optional))</dt> 1043 <dt><i>startViaServer</i> (bool (optional))</dt>
1044 <dd> 1044 <dd>
1045 flag indicating to start the client via an eric-ide server 1045 flag indicating to start the client via an eric-ide server
1046 (defaults to False) 1046 (defaults to None)
1047 </dd> 1047 </dd>
1048 </dl> 1048 </dl>
1049 <dl> 1049 <dl>
1050 <dt>Return:</dt> 1050 <dt>Return:</dt>
1051 <dd> 1051 <dd>
1059 tuple of (QProcess, bool, str) 1059 tuple of (QProcess, bool, str)
1060 </dd> 1060 </dd>
1061 </dl> 1061 </dl>
1062 <a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> 1062 <a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a>
1063 <h4>DebuggerInterfaceNone.startRemoteForProject</h4> 1063 <h4>DebuggerInterfaceNone.startRemoteForProject</h4>
1064 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </i>) 1064 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, </i>)
1065 <p> 1065 <p>
1066 Public method to start a remote Python interpreter for a project. 1066 Public method to start a remote Python interpreter for a project.
1067 </p> 1067 </p>
1068 1068
1069 <dl> 1069 <dl>
1092 <dt><i>configOverride</i> (dict)</dt> 1092 <dt><i>configOverride</i> (dict)</dt>
1093 <dd> 1093 <dd>
1094 dictionary containing the global config override 1094 dictionary containing the global config override
1095 data 1095 data
1096 </dd> 1096 </dd>
1097 <dt><i>startRemote</i> (bool (optional))</dt> 1097 <dt><i>startViaServer</i> (bool (optional))</dt>
1098 <dd> 1098 <dd>
1099 flag indicating to start the client via an eric-ide server 1099 flag indicating to start the client via an eric-ide server
1100 (defaults to False) 1100 (defaults to None)
1101 </dd> 1101 </dd>
1102 </dl> 1102 </dl>
1103 <dl> 1103 <dl>
1104 <dt>Return:</dt> 1104 <dt>Return:</dt>
1105 <dd> 1105 <dd>

eric ide

mercurial