Jonas Maebe wrote:

On 14 Mar 2009, at 11:52, Michael Van Canneyt wrote:

The watches window shows 'Cannot read a write-only property'.

Ok, thanks. Support for DWARF2 debug info for properties with an accessor that does not pass via a function is committed.

I'm glad to check it but how (fpc r12883)?

c:\programming\fpc\bin\i386-win32\ppc386.exe -O1 -gl -gw test.pp

Note: Switching assembler to default source writing assembler
Free Pascal Compiler version 2.3.1 [2009/03/14] for i386
Copyright (c) 1993-2009 by Florian Klaempfl
Target OS: Win32 for i386
Compiling test.pp
Fatal: Can't find unit lnfodwrf used by test
Fatal: Compilation aborted

What is lnfodwrf?

Best regards,
Paul Ishenin.
program test;
{$apptype console}
var
  a: integer;
begin
  a := 4;
  WriteLn(a);
end.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to