 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Qian Xu, IA/INF2001 Guest
|
Posted: Fri Apr 27, 2007 12:02 am Post subject: Remove debug information of Fastcode |
|
|
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 debugger from
stepping into
the memory manager code.}
{$define NoDebugInfo}
--
Qian Xu |
|
| Back to top |
|
 |
Davy Landman Guest
|
Posted: Fri Apr 27, 2007 12:58 am Post subject: Re: Remove debug information of Fastcode |
|
|
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 |
|
| Back to top |
|
 |
Qian Xu, IA/INF2001 Guest
|
Posted: Fri Apr 27, 2007 5:34 am Post subject: Re: Remove debug information of Fastcode |
|
|
Davy Landman wrote:
| 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
package.
--
Qian Xu |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|