If the resource containing a selected thread is not open and/or active, the file opens in the editor and becomes active, focusing on the source with which the thread is associated and highlighting the source line that the program is about to execute.
You can have the properties of stacks displayed in the Properties view, as follows:
Nodes in the Debug view are visible if they are at the top level of the tree structure, or if the nodes a level higher have been expanded. For all nodes that are visible in this view, you can jump to a specific node by typing the first letter of the node. The view will jump to the next node that begins with that letter. If this node is not the node that you wanted to jump to, type the first letter again to jump to the next node that begins with the letter, and so on.
To display the current line of execution of a thread that has caused the debugger to stop (for example, the thread where a breakpoint was hit), right-click the debug target, thread, or stack frame, and choose Show Stopping Thread from the pop-up menu.
From the Debug view, you can perform a variety of debug actions, such as: