Function Input Parameter are always the same Value

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:

294714-functioncall.png

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.

294715-function.png

Those are the function Parameters:

294716-functionparameter.png

I have to say, I did not join the ‘I love the debugger’ cruise ship…

Unless I’m really missing something, I find just putting print statements in much more informative.

I think if you put a print statement in, the numbers will be fine…

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?