we use to debug in linux using DEBUG mecro. someting
like:
____________________________________________
if (DEBUG) 
   printf ("...");
____________________________________________

and defineing the DEBUG mecro like:

#ifdef DEBUG
#define DEBUG 1
#endif
____________________________________________

and debug mode compilation is like:
gcc -o program program.c -D DEBUG=1

and normal mode:
gcc -o program program.c
____________________________________________






















__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


To unsubscribe send a blank mail to:
        [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to