Hey!
I don’t get why this is happening, so maybe you could help me out!
Is this just a debugger “bug”? Or did I do something wrong? I’m really confused with this!
I’m calling a function and giving it 2 Integer Values, as you can see here:
If I now press “Step Into” it switches to the function, but the two Integer Values are now the same:
It doesn’t matter which Input comes, the second Parameter is always the same value as the first one.
Okay! I’ve tried this. It seems like the First Picture is wrong. It always were the same values, I’m not sure where the debugger got the 2 different values from… Maybe it did read 2 different instances?