JohnCardinal / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

New way to enter debug mode #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, to view debug information from a given module, we need to set a
DEBUG flag to True by editing the file.  We should have a more flexible
solution as follows:

1. have an option -debug at startup to enable "interactive setting" of
debug flag.
2. Create a debug dict inside interface.py that can be used to turn on or
off a debug flag from a given module.
3. Make sure the debug information is available via crunchy.debug *iff*
Crunchy was started with the debug flag turned on.

Original issue reported on code.google.com by andre.ro...@gmail.com on 3 Jan 2008 at 5:54

GoogleCodeExporter commented 9 years ago
The framework for this has been implemented, with one module supported so far.  
It's
now only a matter of adding modules supported by this option - so I'll set this 
issue
to fixed.

Original comment by andre.ro...@gmail.com on 6 Jan 2008 at 4:52