Viewing Call Stacks for Multiple Threads

The Callstack window shows the information for the currently active thread.

When the debugger stops a process, you can view the call stack of the thread that caused the stop, or the call stack of any other thread.

To view the call stack for a thread other than the current thread:

  1. If the Threads window is not already visible, select View > Threads.
  2. Double-click the thread whose call stack you want to view.

    This thread is now the current thread.

  3. Click the tab for the Callstack window or select View > Callstack.

The Callstack window now displays the call stack for the newly selected thread.

See Also


Submit feedback on this help topic

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