|
To change the value of a variable:
- Click the Show/Hide Variables Icon
or select Show Variables from the Debug Menu. The Variables window opens in the bottom half of the workspace and lists the variable types: Global, Shared, and Local.
- Select the type of variable for which you want to change the value for a variable. PowerBuilder displays the declaration of the variables of the selected type.
- Double-click the variable for which you want to change the value. The Modify Variable window displays.
- Enter the new value for the variable.
- Click OK. PowerBuilder closes the Modify Variable window and changes the value of the selected variable.
TIP: When you close Debug, you suspend the Debug session. If you run Debug again during the same PowerBuilder session, Debug resumes processing at the point at which you closed Debug.
|