Documentation/Source/eric6.Project.Project.html

changeset 6352
4bdc6503df81
parent 6265
56bd09c4c297
child 6447
6d85c56508e7
equal deleted inserted replaced
6351:27ce01e44a5f 6352:4bdc6503df81
2705 <dd> 2705 <dd>
2706 flag indicating success (boolean) 2706 flag indicating success (boolean)
2707 </dd> 2707 </dd>
2708 </dl><a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a> 2708 </dl><a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a>
2709 <h4>Project.setDbgInfo</h4> 2709 <h4>Project.setDbgInfo</h4>
2710 <b>setDbgInfo</b>(<i>interpreter, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None</i>) 2710 <b>setDbgInfo</b>(<i>venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None</i>)
2711 <p> 2711 <p>
2712 Public method to set the debugging information. 2712 Public method to set the debugging information.
2713 </p><dl> 2713 </p><dl>
2714 <dt><i>interpreter</i></dt> 2714 <dt><i>venvName</i> (str)</dt>
2715 <dd> 2715 <dd>
2716 interpreter to be used (string) 2716 name of the virtual environment used
2717 </dd><dt><i>argv</i></dt> 2717 </dd><dt><i>argv</i> (str)</dt>
2718 <dd> 2718 <dd>
2719 command line arguments to be used (string) 2719 command line arguments to be used
2720 </dd><dt><i>wd</i></dt> 2720 </dd><dt><i>wd</i> (str)</dt>
2721 <dd> 2721 <dd>
2722 working directory (string) 2722 working directory
2723 </dd><dt><i>env</i></dt> 2723 </dd><dt><i>env</i> (str)</dt>
2724 <dd> 2724 <dd>
2725 environment setting (string) 2725 environment setting
2726 </dd><dt><i>excReporting</i></dt> 2726 </dd><dt><i>excReporting</i> (bool)</dt>
2727 <dd> 2727 <dd>
2728 flag indicating the highlighting of exceptions 2728 flag indicating the highlighting of exceptions
2729 </dd><dt><i>excList</i></dt> 2729 </dd><dt><i>excList</i> (list of str)</dt>
2730 <dd> 2730 <dd>
2731 list of exceptions to be highlighted (list of strings) 2731 list of exceptions to be highlighted
2732 </dd><dt><i>excIgnoreList</i></dt> 2732 </dd><dt><i>excIgnoreList</i> (list of str)</dt>
2733 <dd> 2733 <dd>
2734 list of exceptions to be ignored (list of strings) 2734 list of exceptions to be ignored
2735 </dd><dt><i>autoClearShell</i></dt> 2735 </dd><dt><i>autoClearShell</i> (bool)</dt>
2736 <dd> 2736 <dd>
2737 flag indicating, that the interpreter window 2737 flag indicating, that the interpreter window
2738 should be cleared (boolean) 2738 should be cleared
2739 </dd><dt><i>tracePython=</i></dt> 2739 </dd><dt><i>tracePython=</i> (bool)</dt>
2740 <dd> 2740 <dd>
2741 flag to indicate if the Python library should be 2741 flag to indicate if the Python library should be
2742 traced as well (boolean) 2742 traced as well
2743 </dd><dt><i>autoContinue=</i></dt> 2743 </dd><dt><i>autoContinue=</i> (bool)</dt>
2744 <dd> 2744 <dd>
2745 flag indicating, that the debugger should not 2745 flag indicating, that the debugger should not
2746 stop at the first executable line (boolean) 2746 stop at the first executable line
2747 </dd> 2747 </dd>
2748 </dl><a NAME="Project.setDirty" ID="Project.setDirty"></a> 2748 </dl><a NAME="Project.setDirty" ID="Project.setDirty"></a>
2749 <h4>Project.setDirty</h4> 2749 <h4>Project.setDirty</h4>
2750 <b>setDirty</b>(<i>b</i>) 2750 <b>setDirty</b>(<i>b</i>)
2751 <p> 2751 <p>

eric ide

mercurial