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:The Call Stack view is added to the Debugger window.
The IDE displays the source of the method in the Source Editor.
See also | |
---|---|
Changing the Current Thread |