I'm getting nothing (no file after execution). I did activate the -g
compiler switch to use gdb.exe. I also tried directly in gdb but got
nothing.

2006/6/9, Vincent Snijders <[EMAIL PROTECTED]>:
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



--
Alexandre Leclerc

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

Reply via email to