NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Using the Call Stack Window

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

To view the source code for a function on the call stack

To view the disassembly code for a function on the call stack

See Also

Call Stack Window | Inspecting Your Program