10320:ff28050f5dec | 10321:4a017fdf316f |
---|---|
1519 Public method to perform actions after the main client has finally | 1519 Public method to perform actions after the main client has finally |
1520 established the connection. | 1520 established the connection. |
1521 </p> | 1521 </p> |
1522 <a NAME="DebugServer.passiveStartUp" ID="DebugServer.passiveStartUp"></a> | 1522 <a NAME="DebugServer.passiveStartUp" ID="DebugServer.passiveStartUp"></a> |
1523 <h4>DebugServer.passiveStartUp</h4> | 1523 <h4>DebugServer.passiveStartUp</h4> |
1524 <b>passiveStartUp</b>(<i>fn, exc, debuggerId</i>) | 1524 <b>passiveStartUp</b>(<i>fn, reportAllExceptions, debuggerId</i>) |
1525 | 1525 |
1526 <p> | 1526 <p> |
1527 Public method to handle a passive debug connection. | 1527 Public method to handle a passive debug connection. |
1528 </p> | 1528 </p> |
1529 <dl> | 1529 <dl> |
1530 | 1530 |
1531 <dt><i>fn</i> (str)</dt> | 1531 <dt><i>fn</i> (str)</dt> |
1532 <dd> | 1532 <dd> |
1533 filename of the debugged script | 1533 filename of the debugged script |
1534 </dd> | 1534 </dd> |
1535 <dt><i>exc</i> (bool)</dt> | 1535 <dt><i>reportAllExceptions</i> (bool)</dt> |
1536 <dd> | 1536 <dd> |
1537 flag to enable exception reporting of the IDE | 1537 flag to enable reporting of all exceptions |
1538 </dd> | 1538 </dd> |
1539 <dt><i>debuggerId</i> (str)</dt> | 1539 <dt><i>debuggerId</i> (str)</dt> |
1540 <dd> | 1540 <dd> |
1541 ID of the debugger backend | 1541 ID of the debugger backend |
1542 </dd> | 1542 </dd> |
1862 environment settings | 1862 environment settings |
1863 </dd> | 1863 </dd> |
1864 </dl> | 1864 </dl> |
1865 <a NAME="DebugServer.remoteLoad" ID="DebugServer.remoteLoad"></a> | 1865 <a NAME="DebugServer.remoteLoad" ID="DebugServer.remoteLoad"></a> |
1866 <h4>DebugServer.remoteLoad</h4> | 1866 <h4>DebugServer.remoteLoad</h4> |
1867 <b>remoteLoad</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, clientType="", enableCallTrace=False, enableMultiprocess=False, multiprocessNoDebug="", configOverride=None, </i>) | 1867 <b>remoteLoad</b>(<i>venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, clientType="", enableCallTrace=False, enableMultiprocess=False, multiprocessNoDebug="", configOverride=None, reportAllExceptions=False, </i>) |
1868 | 1868 |
1869 <p> | 1869 <p> |
1870 Public method to load a new program to debug. | 1870 Public method to load a new program to debug. |
1871 </p> | 1871 </p> |
1872 <dl> | 1872 <dl> |
1936 </dd> | 1936 </dd> |
1937 <dt><i>configOverride</i> (dict)</dt> | 1937 <dt><i>configOverride</i> (dict)</dt> |
1938 <dd> | 1938 <dd> |
1939 dictionary containing the global config override | 1939 dictionary containing the global config override |
1940 data | 1940 data |
1941 </dd> | |
1942 <dt><i>reportAllExceptions</i> (bool)</dt> | |
1943 <dd> | |
1944 flag indicating to report all exceptions | |
1945 instead of unhandled exceptions only | |
1941 </dd> | 1946 </dd> |
1942 </dl> | 1947 </dl> |
1943 <a NAME="DebugServer.remoteMoveIP" ID="DebugServer.remoteMoveIP"></a> | 1948 <a NAME="DebugServer.remoteMoveIP" ID="DebugServer.remoteMoveIP"></a> |
1944 <h4>DebugServer.remoteMoveIP</h4> | 1949 <h4>DebugServer.remoteMoveIP</h4> |
1945 <b>remoteMoveIP</b>(<i>debuggerId, line</i>) | 1950 <b>remoteMoveIP</b>(<i>debuggerId, line</i>) |