On Thu, 1 Oct 2009 09:33:09 +0200 Graeme Geldenhuys <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
