Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Java Development User Guide
Previous Page Home Next Page

Variables View

The Variables View displays information about the variables associated with the stack frame selected in the Debug View. When debugging a Java program, variables can be selected to have more detailed information be displayed in the Detail Pane. In addition, Java objects can be expanded to show the fields that variable contains.

The Variables View, shown with columns. The detail pane the area at the bottom of the view displaying text.

Variables View with columns

There are many commands available in the Variables View:

  • View Display Commands affect what variables are displayed and how they are presented.
  • The Detail Pane has many commands available by right clicking on it.
  • View Layout Commands affect how the detail pane is oriented and whether columns are displayed.
  • Other commands are listed below.
Variables View Commands

Command

Name

Description

Availability

All References All Instances Opens a popup dialog displaying a list of all instances of the selected Java type. Your Java virtual machine must support instance retrieval. Context menu
All References All References Opens a popup dialog displayinga list of all Java objects that have references to the selected variable. Your Java virtual machine must support reference retrieval. Context menu
Change Value Change Value... Allows you to change the value for the underlying selected variable. Context menu
Collapse All Collapse All Collapses all the the currently expanded variables. View action
Copy Expressions

Copy Variables

Copies the selected variables to the system clipboard.

Context menu
Add Watch Expression Create Watch Expression Allows you to create a watch expression for the selected variable. Context menu
  Edit Logical Structure Allow you to edit the logical structure of the selected variable Context menu
  Find... Opens the search dialog to find elements in the variables view. Context menu
Inspect Inspect Creates a new inspect statement for the selected variable and adds it to the expressions view. Context menu
  Instance Breakpoints... Allows you to filter existing breakpoints to the selected variable instance. Context menu
  Java Preferences... Opens several preference pages containing options that affect the view. View action
  New Detail Formatter... Allows you to create your own detail formatter for that type of variable. Context menu
  Open Actual Type Opens the actual type of the selected variable. Context menu
  Open Actual Type Hierarchy Opens the actual type hierarchy for the actual type of the selected variable. Context menu
  Open Declared Type Opens the declared type for the selected variable in a new editor. Context menu
  Open Declared Type Hierarchy Opens the type hierarchy for the declared type of the selected variable. Context menu
  Select All Selects all of the variables in the view. Context menu
  Show Structure As... Allows you to select a different formatter for showing the selected logical structure type variable. Context menu
  Show Details As... Allows you to select a different detail pane for showing detailed information about selected variables. Context menu
Toggle Watchpoint Toggle Watchpoint Creates a new watchpoint on the currently selected field or removes the watchpoint if one already exists. Context menu

Related concepts

Java views
Java perspectives

Related tasks

Suspending threads
Evaluating expressions

Related reference

Detail Pane
View Display Commands
View Layout Commands
Expressions View


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire