[fpc-devel] How to manually control debug information
Nico Aragón
na-list at espira.net
Fri Jun 3 11:23:39 CEST 2005
El Viernes, 3 de Junio de 2005 09:12, Florian Klaempfl escribió:
> Since preprocessed code isn't read by human, why don't change it into
>
> procedure AddFive(var a, b: Integer);
> begin
> Inc(b); a := b;
> end;
>
> The compiler don't care and you get correct line numbers.
Clever! But won't the compiler care if a line gets too long?
I should still change the file name.
--
saludos,
Nico Aragón
More information about the fpc-devel
mailing list