In Debug mode, when the program stop at the breakpoint i set, i want to trace the value in a local variable (which is a struct named profile).
However, I found 2 variables in the Local and Expressions window which are profile and profile@1.
When I step over the code, the 2 variables value does not update in Local and Expressions window.
How can I avoid the this happen?