idiom for debug code?
Dan Perl
danperl at rogers.com
Thu Sep 30 13:32:15 EDT 2004
More information about the Python-list mailing list
Thu Sep 30 13:32:15 EDT 2004
- Previous message (by thread): idiom for debug code?
- Next message (by thread): idiom for debug code?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is there a mechanism or an idiom for adding code for debugging so that it can easily be removed in the production code? I am thinking of something similar to the C/C++ preprocessor statements with which you can compile an application with the debug code or without it (the default). Dan
- Previous message (by thread): idiom for debug code?
- Next message (by thread): idiom for debug code?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list