I ran into an extremely strange problem today with the debugger. Placing a breakpoint in a certain function was NOT showing my local scope variables in the list. At all. The only thing I have showing is "this" and, if the function has any inputs, _arg1, _arg2 etc. Some variables I can place a watch on and I can see, but others in the same function show that they do not exist. Oddly, the code seems to trace properly as I step through it.
I have run into strange problems before with the debugger losing sync with code, etc that were usually fixed with a clean (and occasionally a restart of Flex) but nothing I do clears this. I have found, however, that *moving* the function to some other place higher up in the file will allow it to work. I have noted also that it is not tied to a particular function, but rather their seems to be a place beyond which in my file that this problem occurs. Of course the obvious thing would be to try and isolate where that point is, and examine the code, but I cannot find anything suspicious. Has anyone seen a problem like this??

