Can't find local variables in the debugger either. And I don't mean instance variables, but local variables.
One work around is to use the browser object and it's alert action to show the value of local variable. That's not suitable for every case though, especially if you are running big loops.