Important: You do not have the latest version of CIMPLICITY! You are missing out on the newest capabilities and enhanced security. For information on all the latest features, see the CIMPLICITY product page. For more information on upgrades, contact your GE Digital sales agent or e-mail GE Digital Sales Support. For the most up-to-date documentation, go here.
5.3. Use Quick Watch
About this task
When the debugger has control , you can use the Quick Watch window to do a quick check of a variable value, without adding the variable to the Watch list .
Procedure
Select the variable whose value you want to quickly check.
Do one of the following.
A
Click Debug>QuickWatch on the Program Editor menu bar.
B
Press Alt+D+Q on the keyboard.
The QuickWatch window opens displaying the value for the selected variable.
(Optional) Evaluate another variable.
Enter the variable in the Variable field.
Click Evaluate.
The variable is evaluated; if it has a known value, the value displays in the evaluation box.
Click Close.
Results
The QuickWatch window closes; you can continue debugging the script.
Note: You must close the QuickWatch window in order to return to the script window.