To display the Call Stack window
Using the Call Stack window, you can view the function or procedure calls that are currently on the stack. The Call Stack window displays the name of each function and the programming language it is written in. The function or procedure name may be accompanied by optional information, such as module name, line number, byte offset, and parameter names, types, and values. The display of this optional information can be turned on or off:
To change the optional information displayed
By default, the Call Stack window does not display calls to or from another thread. If you want to see those calls, you can:
To display calls to or from another thread
You can also use the shortcut menu to quickly view the source or disassembly code for a function that appears on the call stack:
To view the source code for a function on the call stack
To view the disassembly code for a function on the call stack
Here are some useful techniques you can use in the Call Stack window: