Exercise 5: Evaluating Expressions
In addition to examining expressions in the Threads/Stack window, you can also use the Expression Evaluation window. In this exercise, you will evaluate an expression and resume execution of the Blink applet.
- Choose Debug -> Evaluate.
The Expression Evaluation window is displayed.
- Type speed in the Expression box.
- Click Evaluate.
The expression speed and its value appear in the Debug tab.
- Click the Go

button in the Edit/Debug toolbar.
The Blink project resumes executing in the applet viewer.
Next lesson:
- Exercise 6: Ending a Debugging Session