Debugging changes in CVS GTK




If you've been struggling with cleaning up the objects
your program leaks, you'll probably notice next time
you 'update' from CVS, that no messages will be printed
out when your program terminates.

This does not mean that your bugs have miraculously gone
away.

Rather, the object tracing code is now turned off by
default. If you've compiled GTK with --enable-debug,
it can be turned on again by either running the program
with

  myprog --gtk-debug objects

or setting the GTK_DEBUG environment variable to "objects"
before running your program. (The latter will be more
convenient for debugging GIMP plug-ins)

For complete information about the changes, see the file

  docs/debugging.txt

Regards,
                                        Owen



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