815 <dd> |
815 <dd> |
816 the generated toolbars (list of QToolBar) |
816 the generated toolbars (list of QToolBar) |
817 </dd> |
817 </dd> |
818 </dl><a NAME="DebugUI.setArgvHistory" ID="DebugUI.setArgvHistory"></a> |
818 </dl><a NAME="DebugUI.setArgvHistory" ID="DebugUI.setArgvHistory"></a> |
819 <h4>DebugUI.setArgvHistory</h4> |
819 <h4>DebugUI.setArgvHistory</h4> |
820 <b>setArgvHistory</b>(<i>argsStr, clearHistories=False</i>) |
820 <b>setArgvHistory</b>(<i>argsStr, clearHistories=False, history=None</i>) |
821 <p> |
821 <p> |
822 Public slot to initialize the argv history. |
822 Public slot to initialize the argv history. |
823 </p><dl> |
823 </p><dl> |
824 <dt><i>argsStr</i></dt> |
824 <dt><i>argsStr</i></dt> |
825 <dd> |
825 <dd> |
826 the commandline arguments (string) |
826 the commandline arguments (string) |
827 </dd><dt><i>clearHistories</i></dt> |
827 </dd><dt><i>clearHistories</i></dt> |
828 <dd> |
828 <dd> |
829 flag indicating, that the list should |
829 flag indicating, that the list should |
830 be cleared (boolean) |
830 be cleared (boolean) |
|
831 </dd><dt><i>history</i></dt> |
|
832 <dd> |
|
833 list of history entries to be set (list of strings) |
831 </dd> |
834 </dd> |
832 </dl><a NAME="DebugUI.setAutoClearShell" ID="DebugUI.setAutoClearShell"></a> |
835 </dl><a NAME="DebugUI.setAutoClearShell" ID="DebugUI.setAutoClearShell"></a> |
833 <h4>DebugUI.setAutoClearShell</h4> |
836 <h4>DebugUI.setAutoClearShell</h4> |
834 <b>setAutoClearShell</b>(<i>autoClearShell</i>) |
837 <b>setAutoClearShell</b>(<i>autoClearShell</i>) |
835 <p> |
838 <p> |
851 flag indicating, that the debugger should not |
854 flag indicating, that the debugger should not |
852 stop at the first executable line (boolean) |
855 stop at the first executable line (boolean) |
853 </dd> |
856 </dd> |
854 </dl><a NAME="DebugUI.setEnvHistory" ID="DebugUI.setEnvHistory"></a> |
857 </dl><a NAME="DebugUI.setEnvHistory" ID="DebugUI.setEnvHistory"></a> |
855 <h4>DebugUI.setEnvHistory</h4> |
858 <h4>DebugUI.setEnvHistory</h4> |
856 <b>setEnvHistory</b>(<i>envStr, clearHistories=False</i>) |
859 <b>setEnvHistory</b>(<i>envStr, clearHistories=False, history=None</i>) |
857 <p> |
860 <p> |
858 Public slot to initialize the env history. |
861 Public slot to initialize the env history. |
859 </p><dl> |
862 </p><dl> |
860 <dt><i>envStr</i></dt> |
863 <dt><i>envStr</i></dt> |
861 <dd> |
864 <dd> |
862 the environment settings (string) |
865 the environment settings (string) |
863 </dd><dt><i>clearHistories</i></dt> |
866 </dd><dt><i>clearHistories</i></dt> |
864 <dd> |
867 <dd> |
865 flag indicating, that the list should |
868 flag indicating, that the list should |
866 be cleared (boolean) |
869 be cleared (boolean) |
|
870 </dd><dt><i>history</i></dt> |
|
871 <dd> |
|
872 list of history entries to be set (list of strings) |
867 </dd> |
873 </dd> |
868 </dl><a NAME="DebugUI.setExcIgnoreList" ID="DebugUI.setExcIgnoreList"></a> |
874 </dl><a NAME="DebugUI.setExcIgnoreList" ID="DebugUI.setExcIgnoreList"></a> |
869 <h4>DebugUI.setExcIgnoreList</h4> |
875 <h4>DebugUI.setExcIgnoreList</h4> |
870 <b>setExcIgnoreList</b>(<i>excIgnoreList</i>) |
876 <b>setExcIgnoreList</b>(<i>excIgnoreList</i>) |
871 <p> |
877 <p> |
906 flag indicating if the Python library should be |
912 flag indicating if the Python library should be |
907 traced as well (boolean) |
913 traced as well (boolean) |
908 </dd> |
914 </dd> |
909 </dl><a NAME="DebugUI.setWdHistory" ID="DebugUI.setWdHistory"></a> |
915 </dl><a NAME="DebugUI.setWdHistory" ID="DebugUI.setWdHistory"></a> |
910 <h4>DebugUI.setWdHistory</h4> |
916 <h4>DebugUI.setWdHistory</h4> |
911 <b>setWdHistory</b>(<i>wdStr, clearHistories=False</i>) |
917 <b>setWdHistory</b>(<i>wdStr, clearHistories=False, history=None</i>) |
912 <p> |
918 <p> |
913 Public slot to initialize the wd history. |
919 Public slot to initialize the wd history. |
914 </p><dl> |
920 </p><dl> |
915 <dt><i>wdStr</i></dt> |
921 <dt><i>wdStr</i></dt> |
916 <dd> |
922 <dd> |
917 the working directory (string) |
923 the working directory (string) |
918 </dd><dt><i>clearHistories</i></dt> |
924 </dd><dt><i>clearHistories</i></dt> |
919 <dd> |
925 <dd> |
920 flag indicating, that the list should |
926 flag indicating, that the list should |
921 be cleared (boolean) |
927 be cleared (boolean) |
|
928 </dd><dt><i>history</i></dt> |
|
929 <dd> |
|
930 list of history entries to be set (list of strings) |
922 </dd> |
931 </dd> |
923 </dl><a NAME="DebugUI.shutdown" ID="DebugUI.shutdown"></a> |
932 </dl><a NAME="DebugUI.shutdown" ID="DebugUI.shutdown"></a> |
924 <h4>DebugUI.shutdown</h4> |
933 <h4>DebugUI.shutdown</h4> |
925 <b>shutdown</b>(<i></i>) |
934 <b>shutdown</b>(<i></i>) |
926 <p> |
935 <p> |