Reported by James Samples; checked by confirmed by Markus Gölzner
(This was posted on borland.public.delphi.ide)
James Samples:
Writing away when I notice that the breakpoint indicators are not
showing up any more. And I need 'em. They mysteriously end at line
32766 in the editor. Please do not tell me this is the limit of the
integrated debugger.
Markus Gölzner:
Yes, there is a limit (in the compiler, linker, debugger or IDE). We
encountered the same problem and opened a support incident with Borland
Support Germany. They told us it is a bug and their developers are aware of
the problem. Maybe D4 will solve this issue. Currently the only solution I
know is to split such a big unit into smaller ones.
Reinier Sterkenburg:
The bug still exists in Delphi 5.
But the max length of the unit is 32771 lines in my test. Strange. |