To change the value of variables, follow the steps below in the debug perspective:
- From the toolbar, select
Window > Show View > Variables
. The
Variables
window appears docked on the upper right hand side of debugger perspective.
- Right-click on the variable.
A context menu appears.
- From context menu, select
Change Value
.
The
Set Value
window appears.
- In the
Enter a new value for variables
textbox, type a new variable value.
- Click
OK
.
The
Set Value
window closes.
The variable value changes in the
Variables
window. The variable being changed is highlighted in yellow.