The Call Stack in the Debugger

The debugger controls the call stacks of all threads. You can use it to examine and manipulate call stacks, and use them as a basis for further queries. Even if you are not using threads explicitly, your process always has one thread running your code.

The Callstack window enables you to move up and down the call stack, and examine the source being executed at each call.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.