In the debugger, one can see the stack frames. However, clicking on them does not show the watches in the stack frame. When teaching recursion, for example, it would be invaluable to be able to jump between the stack frames to show the value of the local variables.
-- Adam