Programming Guide : 16. Debugging Your Application : How Debugging an Application Works : Assign Values to Expressions
 
Share this page                  
Assign Values to Expressions
You can use the Debugger window to assign specific values to variables within the current scope.
To assign a value to a variable
1. Click Tools, Values, Assign, or right-click the selected variable and select Assign from the pop-up menu.
The Assign dialog appears.
2. Enter the name of the variable whose value you want to change and the value that you want to give to the variable.
3. Click OK.
The OpenROAD Debugger displays a confirmation message if the assignment is successful or an error message if it is not.