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

branch
eric7
changeset 10987
ee81b245ae2c
parent 10784
521fd465b048
child 11029
1cd8701ed260
equal deleted inserted replaced
10986:39a97ad73ee5 10987:ee81b245ae2c
1370 (Needed on Win OS) 1370 (Needed on Win OS)
1371 </p> 1371 </p>
1372 1372
1373 <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> 1373 <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a>
1374 <h4>DebuggerInterfacePython.startRemote</h4> 1374 <h4>DebuggerInterfacePython.startRemote</h4>
1375 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir="", configOverride=None, startRemote=None, </i>) 1375 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir="", configOverride=None, startViaServer=None, </i>)
1376 <p> 1376 <p>
1377 Public method to start a remote Python interpreter. 1377 Public method to start a remote Python interpreter.
1378 </p> 1378 </p>
1379 1379
1380 <dl> 1380 <dl>
1403 <dt><i>configOverride</i> (dict (optional))</dt> 1403 <dt><i>configOverride</i> (dict (optional))</dt>
1404 <dd> 1404 <dd>
1405 dictionary containing the global config override data 1405 dictionary containing the global config override data
1406 (defaults to None) 1406 (defaults to None)
1407 </dd> 1407 </dd>
1408 <dt><i>startRemote</i> (bool (optional))</dt> 1408 <dt><i>startViaServer</i> (bool (optional))</dt>
1409 <dd> 1409 <dd>
1410 flag indicating to start the client via an eric-ide server 1410 flag indicating to start the client via an eric-ide server
1411 (defaults to None) 1411 (defaults to None)
1412 </dd> 1412 </dd>
1413 </dl> 1413 </dl>
1424 tuple of (QProcess, bool, str) 1424 tuple of (QProcess, bool, str)
1425 </dd> 1425 </dd>
1426 </dl> 1426 </dl>
1427 <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> 1427 <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a>
1428 <h4>DebuggerInterfacePython.startRemoteForProject</h4> 1428 <h4>DebuggerInterfacePython.startRemoteForProject</h4>
1429 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startRemote=False, </i>) 1429 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None, startViaServer=None, </i>)
1430 <p> 1430 <p>
1431 Public method to start a remote Python interpreter for a project. 1431 Public method to start a remote Python interpreter for a project.
1432 </p> 1432 </p>
1433 1433
1434 <dl> 1434 <dl>
1457 <dt><i>configOverride</i> (dict)</dt> 1457 <dt><i>configOverride</i> (dict)</dt>
1458 <dd> 1458 <dd>
1459 dictionary containing the global config override 1459 dictionary containing the global config override
1460 data 1460 data
1461 </dd> 1461 </dd>
1462 <dt><i>startRemote</i> (bool (optional))</dt> 1462 <dt><i>startViaServer</i> (bool (optional))</dt>
1463 <dd> 1463 <dd>
1464 flag indicating to start the client via an eric-ide server 1464 flag indicating to start the client via an eric-ide server
1465 (defaults to False) 1465 (defaults to None)
1466 </dd> 1466 </dd>
1467 </dl> 1467 </dl>
1468 <dl> 1468 <dl>
1469 <dt>Return:</dt> 1469 <dt>Return:</dt>
1470 <dd> 1470 <dd>

eric ide

mercurial