eric6/Documentation/Source/eric6.Debugger.DebugUI.html

changeset 8008
ae9ab1e150dc
parent 7989
a21d673a8f99
child 8163
29fb6d420a25
equal deleted inserted replaced
8007:5b5e68ccca03 8008:ae9ab1e150dc
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>
1504 </p> 1523 </p>
1505 <dl> 1524 <dl>
1506 1525
1507 <dt><i>noDebugList</i> (str)</dt> 1526 <dt><i>noDebugList</i> (str)</dt>
1508 <dd> 1527 <dd>
1509 whitespace separated list of progframs not to be 1528 whitespace separated list of programs not to be
1510 debugged 1529 debugged
1511 </dd> 1530 </dd>
1512 <dt><i>clearHistories</i> (bool)</dt> 1531 <dt><i>clearHistories</i> (bool)</dt>
1513 <dd> 1532 <dd>
1514 flag indicating, that the list should be cleared 1533 flag indicating, that the list should be cleared

eric ide

mercurial