LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   gtk (https://www.linuxquestions.org/questions/linux-newbie-8/gtk-765277/)

shashankshekhar 10-29-2009 07:10 AM

gtk
 
what is the meaning of gtk debugging flags in case of firefox command on RHEL. It means what is done by gtk debugging flags?

AngTheo789 10-29-2009 07:35 AM

Debugging flags are settings that are used at compilation time. The meaning of these flags depends on the actual code. A very basic approach would be to set a debug flag in the Makefile (like -DDEBUG) and then have a code line like
if (DEBUG) printf ("error\n");

shashankshekhar 10-29-2009 08:56 AM

gtk
 
Quote:

Originally Posted by AngTheo789 (Post 3736550)
Debugging flags are settings that are used at compilation time. The meaning of these flags depends on the actual code. A very basic approach would be to set a debug flag in the Makefile (like -DDEBUG) and then have a code line like
if (DEBUG) printf ("error\n");

thanks for this but i want to know it for firefox command on RHEL

TB0ne 10-29-2009 10:35 AM

Quote:

Originally Posted by shashankshekhar (Post 3736637)
thanks for this but i want to know it for firefox command on RHEL

What are you talking about, "for the firefox command on RHEL"??? Also, this is essentially a duplicate thread...please don't ask the same question twice.

Tinkster 10-29-2009 06:14 PM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.

http://www.linuxquestions.org/questi...module-765279/
http://www.linuxquestions.org/questi...-8/gdk-765275/


All times are GMT -5. The time now is 09:15 AM.