[Lazarus] Build graph application (like uml design)

Osvaldo Filho arquivostcf at gmail.com
Mon Oct 5 01:54:27 CEST 2009


On Thu, 1 Oct 2009 09:33:09 +0200
Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:

> > What where your other issues?
> 
> I will try and use the Watch window today and see how it goes. 

As well as the Watch window, are you aware of the excellent little
debugserver application (separate executable) written by Michael?
This lists messages from your application which you have inserted
manually using methods of the dbugintf unit,
such as SendMethodEnter(), Send MethodExit() and SendDebug().

The source is in a folder under /Lazarus/Tools, and the Readme.txt has
a stripped down example of actual use.

While you have to set up your application with specific code to send
appropriate debug messages, often in debugging you know roughly where
things are going belly-up, and a few judiciously placed lines of
SendDebug() code will pin-point what is going wrong. Which is far
more helpful for those of us who can't make use of the information in
the Assembly window!

Howard




More information about the Lazarus mailing list