Evaluating Expressions

In this section, you will evaluate expressions from your Java code.

1.

In the Display view in the Debug perspective, type the following line:

fFull.size()

2.

Select the text you just typed, and from its context menu, select Display.

3.

The expression is evaluated.

4.

On a new line in the Display view, type the following line:

fFull.toArray()

5.

Select this line, and select Inspect from its context menu.

6.

The Inspector view opens with the value of the evaluated expression.