User Guide > Reference > JavaScript Debug Perspective > Variables View

Variables View [Debug Perspective]

The Variables view displays information about the variables associated with the stack frame selected in the Debug View. Selecting a variable will display details in the detail pane below the view. Expanding the list under a variable will display its fields.

Variables View

Note:

Right-click a variable and select Watch to add the variable to the Expressions View.

Variables View Toolbar Commands

Icon

Name

Description

Show Type Names

If selected, type names will be displayed.

Show Logical Structure

Shows the logical structure.

Collapse All

Collapses the list.

 

Variables View Menu Commands

The view's menu can be accessed through the view menu icon .

 

Variables View Menu

Name

Description

Layout

Defines the view's layout:

  • Vertical View Orientation - The details pane will be displayed at the bottom of the Variables view.

  • Horizontal View Orientation - The details pane will be displayed to the right of the Variables view.

  • Variables View Only - Only the Variables view will be displayed.

Note:

The Variables View [Debug Perspective] is displayed by default as part of the Debug Perspective. To manually open the view, go to Window | Show View | Other | Debug | Variables.

 

 

Related Links:
Working with the Internal Web Browser

Debugging JavaScript

Web Browser Tools Perspective

Debug View [Debug Perspective]

Breakpoints View [Debug Perspective]

Scripts View

Expressions View [Debug Perspective]

Debug Output View [Debug Perspective]

Browser Output View [Debug Perspective]

PHP Debug Perspective

 

 

©1999-2013 Zend Technologies LTD. All rights reserved.