Re: How to debugger in GTK



compile with a -g flag and then 
run: gdb applicationname

when you freeze or something.. use the control C to
stop the freeze from within gdb and then type bt (for
backtrace) to see what function calls led to the
error.
gdb comes with gcc i think and if you are on windows
and cygwin, it is there also.
run gdb with the -nw option to supress the GUI if
there is one.
Zev.


--- javiercmx correo unam mx wrote:
Hello

How to debugger in gtk, my problem is find a error
in the code, any idea?

THANKS

-------------------------------------------------
Obtén tu correo en www.correo.unam.mx
UNAMonos Comunicándonos

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org

http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]