Viewing the Call Stack

The call stack lists the hierarchy of method calls made during execution of the current thread. The method that was executing when the thread stopped is at the top of the stack. The initial method is at the bottom of the stack.

To view the call stack of the current thread: To view the source of a method on the call stack:
See also
Changing the Current Thread

Legal Notices