When a breakpoint is hit, or a program execution is manually suspended, you can examine your application by analyzing frames.
A frame corresponds to an active method or function call. A frame stores the local variables of the called method or function, the arguments to it, and the code context that enables expression evaluation.
All currently active frames are displayed on the Frames pane of the Debug tool window, where you can switch between them and analyze the information stored therein.