In delphi in debug mode I can check the value of a field, for example:
if Edit.text = '' then
If you hover over Edit, I can see the value of the field.
How do I do this on Lazarus? Or if there is another way to view the field values in debug mode.