float a;
cin >> a; cin.ignore();

When I do the stepover, and add a watch for my 'a', somethings mysterious happens:

I punch in 1,5
But in the watchlist it says: a=1

I've tried with double and int too, but nothing works!

Someone knows what I'm missing here?

Carl