Using the Debug view

With the Debug view, you can manage the debugging of a program in the workbench. It displays the stack frame for the suspended threads for each target you are debugging. Each thread in your program is displayed as a node in the tree. If the thread is suspended, its stack frames are shown as child elements.

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.

In the Debug view, you can perform various start, step, and terminate debug actions - and you can enable or disable step-by-step debugging.

Related tasks
Viewing JSP variables

Feedback