Alexandre Leclerc wrote:
I would like to use gdb to have a backtrace of all that is done in the
application while it runs and after examine it. I have to errors, I
only want to examine mouse messages stuff and how the passing of the
message is done.

I want to know why the mouse click are not good when trying to dock a
form in the onther one.


If you want to analyze after having run you program, I would add DumpStack at places where you want to inspect a back trace.

http://lazarus-ccr.sourceforge.net/docs/lcl/lclproc/dumpstack.html

(Documentation needed, but at least it mentions the unit).

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to