Am 01.08.2018 um 11:03 schrieb Martin Frb via Lazarus:
This can currently not be fixed.
http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Properties
Currently neither dwarf-2, nor stabs allow the compiler to tell the
debugger about properties.
So for the debugger properties do not exist, h
This can currently not be fixed.
http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Properties
Currently neither dwarf-2, nor stabs allow the compiler to tell the
debugger about properties.
So for the debugger properties do not exist, hence the error.
For the specific case, try (IIRC):
List
"Liste der überwachten Ausdrücke" shows the wrong error message
""
OS: Win 10 (64), Lazarus 1.8.4, SVN Revision 57972.
Steps to reproduce:
Insert this in an unit and let your program call it.
procedure TForm1.TestProcedure;
var Liste: TStringList;
begin
Liste:= TStringList.Create;
Liste.Add(