Viewing JSP variables

The workbench offers a Variables view, which allows you to work with variables in your J2EE and Web applications.

When a thread suspends, the top stack frame of the thread is automatically selected. When a stack frame is selected, the visible variables in that stack frame are displayed in the Variables view. Complex variables can be expanded to show the elements that make up the variable. The Variables view displays all variables for a selected stack frame.

When you are debugging a JSP, variables in the Variables view are displayed in the following manner:

Related tasks
Using the Debug view

Feedback