290 <td>Public slot to initialize the exceptions type list.</td> |
290 <td>Public slot to initialize the exceptions type list.</td> |
291 </tr><tr> |
291 </tr><tr> |
292 <td><a href="#DebugUI.setExceptionReporting">setExceptionReporting</a></td> |
292 <td><a href="#DebugUI.setExceptionReporting">setExceptionReporting</a></td> |
293 <td>Public slot to initialize the exception reporting flag.</td> |
293 <td>Public slot to initialize the exception reporting flag.</td> |
294 </tr><tr> |
294 </tr><tr> |
|
295 <td><a href="#DebugUI.setInterpreterHistory">setInterpreterHistory</a></td> |
|
296 <td>Public slot to initialize the interpreter history.</td> |
|
297 </tr><tr> |
295 <td><a href="#DebugUI.setTracePython">setTracePython</a></td> |
298 <td><a href="#DebugUI.setTracePython">setTracePython</a></td> |
296 <td>Public slot to initialize the trace Python flag.</td> |
299 <td>Public slot to initialize the trace Python flag.</td> |
297 </tr><tr> |
300 </tr><tr> |
298 <td><a href="#DebugUI.setWdHistory">setWdHistory</a></td> |
301 <td><a href="#DebugUI.setWdHistory">setWdHistory</a></td> |
299 <td>Public slot to initialize the wd history.</td> |
302 <td>Public slot to initialize the wd history.</td> |
907 </p><dl> |
910 </p><dl> |
908 <dt><i>exceptions</i></dt> |
911 <dt><i>exceptions</i></dt> |
909 <dd> |
912 <dd> |
910 flag indicating exception reporting status (boolean) |
913 flag indicating exception reporting status (boolean) |
911 </dd> |
914 </dd> |
|
915 </dl><a NAME="DebugUI.setInterpreterHistory" ID="DebugUI.setInterpreterHistory"></a> |
|
916 <h4>DebugUI.setInterpreterHistory</h4> |
|
917 <b>setInterpreterHistory</b>(<i>interpreterStr, clearHistories=False, history=None</i>) |
|
918 <p> |
|
919 Public slot to initialize the interpreter history. |
|
920 </p><dl> |
|
921 <dt><i>interpreterStr</i></dt> |
|
922 <dd> |
|
923 interpreter (string) |
|
924 </dd><dt><i>clearHistories</i></dt> |
|
925 <dd> |
|
926 flag indicating, that the list should |
|
927 be cleared (boolean) |
|
928 </dd><dt><i>history</i></dt> |
|
929 <dd> |
|
930 list of history entries to be set (list of strings) |
|
931 </dd> |
912 </dl><a NAME="DebugUI.setTracePython" ID="DebugUI.setTracePython"></a> |
932 </dl><a NAME="DebugUI.setTracePython" ID="DebugUI.setTracePython"></a> |
913 <h4>DebugUI.setTracePython</h4> |
933 <h4>DebugUI.setTracePython</h4> |
914 <b>setTracePython</b>(<i>tracePython</i>) |
934 <b>setTracePython</b>(<i>tracePython</i>) |
915 <p> |
935 <p> |
916 Public slot to initialize the trace Python flag. |
936 Public slot to initialize the trace Python flag. |