Alexandre Leclerc escreveu:
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.

You can try the following Log System i'm developing which is inspired in CodeSite/OverSeer/EstLogger/Smart Inspect. It's still not polished to a release but is working and already help me to find/trace a bug.

http://www.geocities.com/camara_luiz/multilog.zip
There's a test program (multilogproj.pas) that explains how to to work.

http://www.geocities.com/camara_luiz/simplelogviewer.zip
The simplelogviewer is working fully in Linux but not in windows (Using SendCallstack gives a Out Of Memory). I will change the way the string is stored in the Stream to see if works.

http://www.geocities.com/camara_luiz/ComboBoxItemIndex.zip
Here's a program i used to trace  a bug in comboBox.OnChange


Luiz

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

Reply via email to