397 <tr> |
397 <tr> |
398 <td><a href="#DebugUI.setDebugActionsEnabled">setDebugActionsEnabled</a></td> |
398 <td><a href="#DebugUI.setDebugActionsEnabled">setDebugActionsEnabled</a></td> |
399 <td>Public method to set the enabled state of the debug actions.</td> |
399 <td>Public method to set the enabled state of the debug actions.</td> |
400 </tr> |
400 </tr> |
401 <tr> |
401 <tr> |
|
402 <td><a href="#DebugUI.setEnableMultiprocess">setEnableMultiprocess</a></td> |
|
403 <td>Public slot to initialize the enableMultiprocess flag.</td> |
|
404 </tr> |
|
405 <tr> |
402 <td><a href="#DebugUI.setEnvHistory">setEnvHistory</a></td> |
406 <td><a href="#DebugUI.setEnvHistory">setEnvHistory</a></td> |
403 <td>Public slot to initialize the env history.</td> |
407 <td>Public slot to initialize the env history.</td> |
404 </tr> |
408 </tr> |
405 <tr> |
409 <tr> |
406 <td><a href="#DebugUI.setExcIgnoreList">setExcIgnoreList</a></td> |
410 <td><a href="#DebugUI.setExcIgnoreList">setExcIgnoreList</a></td> |
1428 <dt><i>enable</i> (bool)</dt> |
1432 <dt><i>enable</i> (bool)</dt> |
1429 <dd> |
1433 <dd> |
1430 enable state to be set |
1434 enable state to be set |
1431 </dd> |
1435 </dd> |
1432 </dl> |
1436 </dl> |
|
1437 <a NAME="DebugUI.setEnableMultiprocess" ID="DebugUI.setEnableMultiprocess"></a> |
|
1438 <h4>DebugUI.setEnableMultiprocess</h4> |
|
1439 <b>setEnableMultiprocess</b>(<i>enableMultiprocess</i>) |
|
1440 |
|
1441 <p> |
|
1442 Public slot to initialize the enableMultiprocess flag. |
|
1443 </p> |
|
1444 <dl> |
|
1445 |
|
1446 <dt><i>enableMultiprocess</i> (bool)</dt> |
|
1447 <dd> |
|
1448 flag indicating, that the debugger should be |
|
1449 run in multi process mode |
|
1450 </dd> |
|
1451 </dl> |
1433 <a NAME="DebugUI.setEnvHistory" ID="DebugUI.setEnvHistory"></a> |
1452 <a NAME="DebugUI.setEnvHistory" ID="DebugUI.setEnvHistory"></a> |
1434 <h4>DebugUI.setEnvHistory</h4> |
1453 <h4>DebugUI.setEnvHistory</h4> |
1435 <b>setEnvHistory</b>(<i>envStr, clearHistories=False, history=None</i>) |
1454 <b>setEnvHistory</b>(<i>envStr, clearHistories=False, history=None</i>) |
1436 |
1455 |
1437 <p> |
1456 <p> |