Hi all,
I’m debugging a C/AL code where some calculation take place and the result is being evaulated. Some of the variables do show their values when I place mouse cursor over the C/AL code. I think these are the variables with single word name… I see how the code runs but need to really see all the values used in the calculation to see why the codition is evaluated true or false.
As soon as there is a space in the variable name (ie. the variable shown e.g. like “Qty. on Order”)… I can highlight the full variable name, yet it only gives me a message “Qty on order” = error, symbol “Qty on order” was not found… so I never get the value of that variable shown directly during the debug for these little more complex fields/variables.
Simple name variables work perfect fro mouse over when “Add Watch” is used right in the code. For longer names the only way sem to move them from left variable window to right watch window 9finding them in under the zoom section)
Is there some extra keyboard shortcut to see the value of all variables in the C/AL code quickly?