[lazarus] Win32 Installer/Lazarus
Michael A. Hess
mhess at miraclec.com
Tue Jul 20 19:15:32 EDT 1999
Baeseman, Cliff wrote:
>
> I really like that idea...
The other cool thing about it is that you can use a different macro name
in different places or different leaves of code so that when you set
that macro you only turn on certain debugging.
SYSDEBUG ('xxxxxxx');
GTKDEBUG ('xxxxxxx');
USERDEBUG ('xxxxxxx');
APPDEBUG ('xxxxxxx');
The developer can make as many or as few as they wish and they will only
be in the code if the macro is set. This is neat. :-)
With the {$if ...} condition statement we can even exclude the udebug
unit from the form completely.
--
==== Programming my first best destiny! ====
Michael A. Hess Miracle Concepts, Inc.
mhess at miraclec.com http://www.miraclec.com
More information about the Lazarus
mailing list