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

branch
eric7
changeset 10784
521fd465b048
parent 10479
856476537696
child 10987
ee81b245ae2c
equal deleted inserted replaced
10783:ccf28bec1227 10784:521fd465b048
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, </i>) 1010 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </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>
1044 <dd>
1045 flag indicating to start the client via an eric-ide server
1046 (defaults to False)
1047 </dd>
1043 </dl> 1048 </dl>
1044 <dl> 1049 <dl>
1045 <dt>Return:</dt> 1050 <dt>Return:</dt>
1046 <dd> 1051 <dd>
1047 client process object, a flag to indicate a network connection 1052 client process object, a flag to indicate a network connection
1054 tuple of (QProcess, bool, str) 1059 tuple of (QProcess, bool, str)
1055 </dd> 1060 </dd>
1056 </dl> 1061 </dl>
1057 <a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> 1062 <a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a>
1058 <h4>DebuggerInterfaceNone.startRemoteForProject</h4> 1063 <h4>DebuggerInterfaceNone.startRemoteForProject</h4>
1059 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, </i>) 1064 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </i>)
1060 <p> 1065 <p>
1061 Public method to start a remote Python interpreter for a project. 1066 Public method to start a remote Python interpreter for a project.
1062 </p> 1067 </p>
1063 1068
1064 <dl> 1069 <dl>
1086 </dd> 1091 </dd>
1087 <dt><i>configOverride</i> (dict)</dt> 1092 <dt><i>configOverride</i> (dict)</dt>
1088 <dd> 1093 <dd>
1089 dictionary containing the global config override 1094 dictionary containing the global config override
1090 data 1095 data
1096 </dd>
1097 <dt><i>startRemote</i> (bool (optional))</dt>
1098 <dd>
1099 flag indicating to start the client via an eric-ide server
1100 (defaults to False)
1091 </dd> 1101 </dd>
1092 </dl> 1102 </dl>
1093 <dl> 1103 <dl>
1094 <dt>Return:</dt> 1104 <dt>Return:</dt>
1095 <dd> 1105 <dd>

eric ide

mercurial