Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2005 Jun : Debug DCUs in D2005 always on
| Subject: | Debug DCUs in D2005 always on |
| Posted by: | "Michael Vinther" (mvmeesoft.com) |
| Date: | Mon, 27 Jun 2005 21:18:41 |
I'm using Delphi 2005 with updates 1, 2 and 3 installed, and I have a
problem with the debug DCUs.
No matter if I have the Debug DCUs option turned on or off in the compiler
settings, my programs seems to be compiled with debug DCUs. This means that
when Delphi breaks execution because of an exception I am often sent to
system.pas which is quite annoying. It could be e.g. when using Round on a
NaN value, and in that case I don't want to see system.pas - I want to see
what method in my code that called Round with the invalid value.
/Michael