Jump to content
Sign in to follow this  
felixinasa

Toltip Expresion evaluation

Recommended Posts

Hello

I'm sorry.

 

Im using Delphi 11.3 and Delphi 12 on windows 11

When I'm debuging I expect get the variable value on a tooltip, but it's not working, I have checked Toltip expresssion evaluation

 

Thank you

 

Share this post


Link to post

Do you mean a tooltip for a variable in the source code on a breakpoint inside the IDE, or a tooltip that should appear on a component in your application when it is running?

 

As you can see - your description still lack the detail needed for me to really understand the problem. Be specific.

Share this post


Link to post

Hi

Tooltip for a variable in the source code on a breakpoint inside the ide

 

Thank you

Share this post


Link to post

Can you see the value if you create a new Watch for it?

Is the "variable" you are trying to inspect, actually a function result like MyObject.MyFunction? 

If it is, you need to go to Tools | Options | Debugger and enable "Allow side effects and function calls in new watches"

  • Like 1

Share this post


Link to post

Hi

I can see the value in watch window,

The variable is a local variable. 

 

Thank you

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×