While your program is in the Paused state (if you are Stepping or have hit a Breakpoint) you can view the current Call Stack. This is the list of functions that have been run to get to the current execution location.
To bring up the Call Stack window, select Debug -> Debug Windows -> Call Stack from the Main Menu.
Each time you step through your program, the Call Stack window will be refreshed.