Re: problem when debug glib source code with gdb

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

 



>    Dear friend, Recently I  am curious about how glib works, so I want to
> debug its source code with gdb. But I got stuck...
>
> These are steps I followed, after the source code is downloaded:
> 1) ./configure --enable-debug=yes

The --enable-debug switch turns on some internal tests, but it doesn't
make the compiler add debugging information.

Try:

CFLAGS=-g ./configure --enable-debug=yes
make
make install

John
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gtk-list



[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux