[Dwarf-Discuss] What to do with Pascal properties?

2021-05-28 Thread Joost van der Sluis via Dwarf-Discuss
Hi all, I am one of the Free Pascal developers and also work on a debugger, aimed towards Free Pascal. Now in Pascal there are 'properties'. Maybe you know these from c# which has something alike. Basically a property is an alias in a structure that links to other members of the same structu

Re: [Dwarf-Discuss] What to do with Pascal properties?

2021-05-28 Thread Michael Eager via Dwarf-Discuss
In 5/28/21 7:11 AM, Joost van der Sluis via Dwarf-Discuss wrote: Hi all, I am one of the Free Pascal developers and also work on a debugger, aimed towards Free Pascal. Now in Pascal there are 'properties'. Maybe you know these from c# which has something alike. Basically a property is an ali