eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html

changeset 8163
29fb6d420a25
parent 7989
a21d673a8f99
equal deleted inserted replaced
8162:8358c3c95841 8163:29fb6d420a25
1422 It closes our sockets and shuts down the debug clients. 1422 It closes our sockets and shuts down the debug clients.
1423 (Needed on Win OS) 1423 (Needed on Win OS)
1424 </p> 1424 </p>
1425 <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> 1425 <a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a>
1426 <h4>DebuggerInterfacePython.startRemote</h4> 1426 <h4>DebuggerInterfacePython.startRemote</h4>
1427 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>) 1427 <b>startRemote</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>)
1428 1428
1429 <p> 1429 <p>
1430 Public method to start a remote Python interpreter. 1430 Public method to start a remote Python interpreter.
1431 </p> 1431 </p>
1432 <dl> 1432 <dl>
1450 </dd> 1450 </dd>
1451 <dt><i>workingDir</i> (str)</dt> 1451 <dt><i>workingDir</i> (str)</dt>
1452 <dd> 1452 <dd>
1453 directory to start the debugger client in 1453 directory to start the debugger client in
1454 </dd> 1454 </dd>
1455 <dt><i>configOverride</i> (dict)</dt>
1456 <dd>
1457 dictionary containing the global config override
1458 data
1459 </dd>
1455 </dl> 1460 </dl>
1456 <dl> 1461 <dl>
1457 <dt>Return:</dt> 1462 <dt>Return:</dt>
1458 <dd> 1463 <dd>
1459 client process object, a flag to indicate a network connection 1464 client process object, a flag to indicate a network connection
1466 tuple of (QProcess, bool, str) 1471 tuple of (QProcess, bool, str)
1467 </dd> 1472 </dd>
1468 </dl> 1473 </dl>
1469 <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> 1474 <a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a>
1470 <h4>DebuggerInterfacePython.startRemoteForProject</h4> 1475 <h4>DebuggerInterfacePython.startRemoteForProject</h4>
1471 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None</i>) 1476 <b>startRemoteForProject</b>(<i>port, runInConsole, venvName, originalPathString, workingDir=None, configOverride=None</i>)
1472 1477
1473 <p> 1478 <p>
1474 Public method to start a remote Python interpreter for a project. 1479 Public method to start a remote Python interpreter for a project.
1475 </p> 1480 </p>
1476 <dl> 1481 <dl>
1493 original PATH environment variable 1498 original PATH environment variable
1494 </dd> 1499 </dd>
1495 <dt><i>workingDir</i> (str)</dt> 1500 <dt><i>workingDir</i> (str)</dt>
1496 <dd> 1501 <dd>
1497 directory to start the debugger client in 1502 directory to start the debugger client in
1503 </dd>
1504 <dt><i>configOverride</i> (dict)</dt>
1505 <dd>
1506 dictionary containing the global config override
1507 data
1498 </dd> 1508 </dd>
1499 </dl> 1509 </dl>
1500 <dl> 1510 <dl>
1501 <dt>Return:</dt> 1511 <dt>Return:</dt>
1502 <dd> 1512 <dd>

eric ide

mercurial