In XCode, when paused at a breakpoint, it's easy to go over to the debug navigator, pick any frame in the stack, and see the variables and their values in that frame.
I'm trying to access the variables in a previous frame in LLDB in this same way. There is an 'up' command that takes you to a previous frame (and other commands to navigate to other frames), but apparently none of the variables in other frames are available to LLDB.
Am I doing something wrong or is this just not possible in LLDB.