2007-04-27 03:02:45 AM delphi198
I suggest to add this compiler option in each unit by default.
{Enable this option to suppress the generation of debug info for the
FastMM4.pas unit. This will prevent the integrated de{*word*81} from
stepping into
the memory manager code.}
{$define NoDebugInfo}
--
Qian Xu
Qian Xu, IA/INF2001
Delphi Developer
2007-04-27 08:34:23 AM
Re:Remove debug information of Fastcode
Davy Landman writes:
Quote
Hi,
how about
{$D-} {Prevent steppping into this unit}
instead of just removing all the debug data, which could make it harder
to debug a problem..
Kind Regards,
Davy Landman
Yes. this is what I want. I recommend this to be included in official