How to turn on the DEBUG mode?

Saurabh Desai (sdesai@ecs.fullerton.edu)
Wed, 8 Oct 1997 00:58:14 -0700 (PDT)


thanks for your time, pal.

In some source codes, I see the following debugging statements,

#ifdef DEBUG
(do certain thing)
#else
(do something else)
#endif

The question is how do you turn ON the DEBUG option so that debugging
messages (the ones with printk()) appear on the screen ?

thanks again.
saurabh desai.