Lazarus Debugando

Asked

Viewed 347 times

0

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 will be able to visualize the value of the field.

How do I do this in Lazarus? Or if there is another way to view field values in debug mode.

2 answers

0

In Delphi this is right, hover or press Ctrl+F7.

Just as in Delphi, you need to send the field in question to the Watch List, this way you will be able to follow the evolution of the values in Debug mode.

Look for something like "Castalia for Larazus" I believe you already have for him in github.

How to set up the Watch List in Lazarus

0

No Lazarus go on View->Debug Windows->Local Variables and View->Debug Windows->Watches Together they are more powerful than the Delphi tool, but they are not so simple

  • Because "together they become more powerful than the Delphi tool", since Delphi has both?

  • Sarcasm is counter-productive. If you correct me, correct it, just like that.

  • Opa, got it wrong, it was a question even friend. From Lazarus I have little luggage, the intention is to understand the difference.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.