My question is concerned with debugging. I used to use Delphi 7, I'm quite a beginner, learning on my own and from tutorials. Now I'm using Tokyo 10.2. Starter. In Delphi 7, if I set a breakpoint somewhere in the code, and the program stops at that line, the values of the variables are displayed as hints if I move the mouse on them in the code.In Delphi 10, this does not seem to work. It seems that I can inspect the variable values only by addig them to the Watch List one by one. My question is whether I can configure Delphi 10 so that it displays the values as hints, just like Delphi 7 did, when moving the mouse on the variable name?
Tooltip Help Insight is checked under Tools / Options / Editor Options / Code Insights, and it still does not work.
I have no local and global variables of the same name.
Thanks