Re: Debugging



Well if you wrote he program, you should know which callbacks are called
when something is clicked, or activated etc.

You can also put a breakpoint in the callback, and do a backtrace
to see what functions were called leading up to callback.

Cheers!
Archit Baweja

Russell Shaw <rjshaw iprimus com au> writes:

Hi,
Is there a way to find out what callbacks are called in an
application without first putting a gdb breakpoint in every
callback? I can put a breakpoint on every function with
rbreak .* but that takes forever to work.

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



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