felixinasa 0 Posted December 29, 2023 Hi I have checked Toltip expresssion evaluatin but it is not working. Thank you Share this post Link to post
Lars Fosdal 1792 Posted January 1 Which Delphi version? Which Platform? Which component(s)? What did you expect should happen? If we have to guess what you are doing or how you do it - it is unlikely we can be of any help. https://larsfosdal.blog/2016/04/20/how-do-i-ask-good-questions/ Share this post Link to post
felixinasa 0 Posted January 2 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
Lars Fosdal 1792 Posted January 2 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
felixinasa 0 Posted January 2 Hi Tooltip for a variable in the source code on a breakpoint inside the ide Thank you Share this post Link to post
Lars Fosdal 1792 Posted January 2 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" 1 Share this post Link to post
felixinasa 0 Posted January 2 Hi I can see the value in watch window, The variable is a local variable. Thank you Share this post Link to post