Oh, I think you misunderstood, I did not think that it is simple to implement to see those values while debugging, otherwise it would have been included in Lazarus many years ago.
I meant that they are the very first things people use even in the most basic GUI applications.
TButton, TEdit, TMemo, TStringlist, and so on. These components (except TStringlist) are all on the "Standard" component panel in Lazarus (or in any RAD GUI development system), representing some of the very basic GUI components.
Not being able to see the properties of these objects during debugging is a very serious missing feature in my opinion.