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