Viewing the Call Stack for a Thread

  1. In the Threads view of the Debugger window, expand the thread whose call stack you want to view.
  2. Expand the CallStack node.

    The IDE displays the hierarchy of method calls made during program execution. The method that was executing when the program stopped is at the top of the stack. The initial method is at the bottom of the stack.

See also
Viewing the Source Code of a Thread
Viewing the Variables in a Thread

Legal Notices