Ashley - If you have multiple static variables with the same name, they appear as one in the debugger. Any chance of separating these into, say, 'localStaticVariable(A)' and 'localStaticVariable(B)'?
It caused me a good deal of confusion today, as the one that it showed was the first occurrence of the variable, even though it was the latter version I was changing the values of.