10320:ff28050f5dec | 10321:4a017fdf316f |
---|---|
4334 flag indicating success (boolean) | 4334 flag indicating success (boolean) |
4335 </dd> | 4335 </dd> |
4336 </dl> | 4336 </dl> |
4337 <a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a> | 4337 <a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a> |
4338 <h4>Project.setDbgInfo</h4> | 4338 <h4>Project.setDbgInfo</h4> |
4339 <b>setDbgInfo</b>(<i>venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None, enableMultiprocess=None, multiprocessNoDebug=None, configOverride=None, </i>) | 4339 <b>setDbgInfo</b>(<i>venvName, argv, wd, env, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None, reportAllExceptions=None, enableMultiprocess=None, multiprocessNoDebug=None, configOverride=None, </i>) |
4340 | 4340 |
4341 <p> | 4341 <p> |
4342 Public method to set the debugging information. | 4342 Public method to set the debugging information. |
4343 </p> | 4343 </p> |
4344 <dl> | 4344 <dl> |
4356 working directory | 4356 working directory |
4357 </dd> | 4357 </dd> |
4358 <dt><i>env</i> (str)</dt> | 4358 <dt><i>env</i> (str)</dt> |
4359 <dd> | 4359 <dd> |
4360 environment setting | 4360 environment setting |
4361 </dd> | |
4362 <dt><i>excReporting</i> (bool)</dt> | |
4363 <dd> | |
4364 flag indicating the highlighting of exceptions | |
4365 </dd> | 4361 </dd> |
4366 <dt><i>excList</i> (list of str)</dt> | 4362 <dt><i>excList</i> (list of str)</dt> |
4367 <dd> | 4363 <dd> |
4368 list of exceptions to be highlighted | 4364 list of exceptions to be highlighted |
4369 </dd> | 4365 </dd> |
4383 </dd> | 4379 </dd> |
4384 <dt><i>autoContinue</i> (bool)</dt> | 4380 <dt><i>autoContinue</i> (bool)</dt> |
4385 <dd> | 4381 <dd> |
4386 flag indicating, that the debugger should not | 4382 flag indicating, that the debugger should not |
4387 stop at the first executable line | 4383 stop at the first executable line |
4384 </dd> | |
4385 <dt><i>reportAllExceptions</i> (bool)</dt> | |
4386 <dd> | |
4387 flag indicating to report all exceptions | |
4388 instead of unhandled exceptions only | |
4388 </dd> | 4389 </dd> |
4389 <dt><i>enableMultiprocess</i> (bool)</dt> | 4390 <dt><i>enableMultiprocess</i> (bool)</dt> |
4390 <dd> | 4391 <dd> |
4391 flag indicating, that the debugger should | 4392 flag indicating, that the debugger should |
4392 run in multi process mode | 4393 run in multi process mode |