8007:5b5e68ccca03 | 8008:ae9ab1e150dc |
---|---|
3868 flag indicating success (boolean) | 3868 flag indicating success (boolean) |
3869 </dd> | 3869 </dd> |
3870 </dl> | 3870 </dl> |
3871 <a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a> | 3871 <a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a> |
3872 <h4>Project.setDbgInfo</h4> | 3872 <h4>Project.setDbgInfo</h4> |
3873 <b>setDbgInfo</b>(<i>venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None</i>) | 3873 <b>setDbgInfo</b>(<i>venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None, enableMultiprocess=None, multiprocessNoDebug=None</i>) |
3874 | 3874 |
3875 <p> | 3875 <p> |
3876 Public method to set the debugging information. | 3876 Public method to set the debugging information. |
3877 </p> | 3877 </p> |
3878 <dl> | 3878 <dl> |
3917 </dd> | 3917 </dd> |
3918 <dt><i>autoContinue</i> (bool)</dt> | 3918 <dt><i>autoContinue</i> (bool)</dt> |
3919 <dd> | 3919 <dd> |
3920 flag indicating, that the debugger should not | 3920 flag indicating, that the debugger should not |
3921 stop at the first executable line | 3921 stop at the first executable line |
3922 </dd> | |
3923 <dt><i>enableMultiprocess</i> (bool)</dt> | |
3924 <dd> | |
3925 flag indicating, that the debugger should | |
3926 run in multi process mode | |
3927 </dd> | |
3928 <dt><i>multiprocessNoDebug</i> (str)</dt> | |
3929 <dd> | |
3930 list of programs not to be debugged in | |
3931 multi process mode | |
3922 </dd> | 3932 </dd> |
3923 </dl> | 3933 </dl> |
3924 <a NAME="Project.setDirty" ID="Project.setDirty"></a> | 3934 <a NAME="Project.setDirty" ID="Project.setDirty"></a> |
3925 <h4>Project.setDirty</h4> | 3935 <h4>Project.setDirty</h4> |
3926 <b>setDirty</b>(<i>dirty</i>) | 3936 <b>setDirty</b>(<i>dirty</i>) |