I noticed today we had a wonderful tool in the debugger for Arrays. But I have a strange bug with it :
When you choose a value for X/Y/Z, if you enter the same value again, you won't get the same string, you'll get it with one character missing !
ie :
at X=1,Y=3 and Z=0 I Have "Explosion"
If I select Y and set it to 3 again, I'll get "Explosio", if i do it once more, i'll get "Explosi"

It's not important, but I was quite surprised at first