04-22-2021 04:06 AM
Hello,
I just discovered that data tool tips do not show all variable values.
Given the following (meaningless) example, the data tool tip does not show anything if hovered over test_2.
(the break-point is after the last line shown)
Because it is generally recommend to reduce the scope of variables I suggest that this behavior (CVI2020f1) should be improved.
Solved! Go to Solution.
04-22-2021 06:11 AM
Hi
The variable test_2 does not exist anymore when the program hits the break point.
Jan
04-22-2021 06:25 AM
you are right... 😯 thanks!!