| Home | Trees | Indices | Help |
|
|---|
|
|
DebugOptions is a place to store various debugging options.
There should be just one instance defined in pdfguiglobals module.
It would be nice to have a simple way of setting them on command line
Options in short and long forms:
noed, noerrordialog -- [False], disable exceptions catching and
display in ErrorReportDialog
nocf, noconfirm -- boolean (default False), exit without asking to
save modified project file
pdb, pythondebugger -- use python debugger to handle error exceptions
instead of ErrorReportDialog
|
|||
|
|||
|
|||
|
|||
|
|||
alldebugoptions =
|
|||
short2long =
|
|||
|
|||
Resolve values of short options. This is called only when normal lookup fails. returns value of short debug option |
|
|||
alldebugoptions
|
short2long
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Apr 10 19:11:03 2009 | http://epydoc.sourceforge.net |