is it possible to show the actual content of a variable during debugging? I know that there is the watch-view. But it would be much more comfortable to move the mouse over an action and the tooltip would show me the content. At the moment I just see a text like 'if [%var1%] <> [%var2%]'. Things would be easier if I could switch to 'if [%var1% (17)] <> [%var2% (18)]' or 'if [17] <> [18]'.
In the options dialog,under Automise, Variables, Design Time variables, set the option to display current values. Note that the tooltips will truncate large values.
I already tried that. But that is not what I like to have.
The idea is to see the content during debugging, not during editing. If the mouse hovers over an if-action the statement shall show 'if [17] <> [18]' instead of 'if [%var1%] <> [%var2%]'. I must admit that this is not so easy to realise, because not all of the actions are so clearly to 'translate' this way.
Another way could be to have a local-window which shows the actual used vars of the currently highlighted action.