Re: Debugging



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

But i didn't write it, and it's too complicated to follow
without gdb at runtime.

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

Breakpointing every function takes forever for gdb to do.




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