Data Display menu options (Debugger): Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ <span class="f_Para">The </span><span class="f_GUIlabel">Data Display</span><span class="f_Para"> menu options are identified below: </span> File:datadispmenu5a_zoo...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
<span class="f_Para">The </span>< | <span class="f_Para">The </span><var>Data Display</var><span class="f_Para"> menu options are identified below: </span> | ||
[[File:datadispmenu5a_zoom70.gif|474x265px|dataDispMenu5a]] | [[File:datadispmenu5a_zoom70.gif|474x265px|dataDispMenu5a]] | ||
{| | {| | ||
|width="50%"| | |width="50%"| '''Load Watch''' | ||
|width="50%"| <span class="f_DefListDD">Restores from a local file a list of items to display in the </span><span class=" | |width="50%"| <span class="f_DefListDD">Restores from a local file a list of items to display in the </span><span class="term">[[The lower windows|Watch Window]]. </span><span class="f_DefListDD">Same as the </span><span class="f_Monospace">[[loadWatch command|loadWatch]]</span><span class="f_DefListDD"> command. For more information, see [[Saving and restoring Watch Window contents|Saving and restoring Watch Window contents]]. </span> | ||
|- | |- | ||
| | | '''Save Watch''' | ||
| <span class="f_DefListDD">Saves to a local file (for later loading) the list of items currently displayed in the </span>< | | <span class="f_DefListDD">Saves to a local file (for later loading) the list of items currently displayed in the </span><var>Watch Window.</var><span class="f_DefListDD"> Same as the </span><span class="f_Monospace">[[saveWatch command|saveWatch]]</span><span class="f_DefListDD"> command. For more information, see [[Saving and restoring Watch Window contents|Saving and restoring Watch Window contents]]. </span> | ||
|- | |- | ||
| | | '''Add Watch''' | ||
| <span class="f_DefListDD">Adds to </span><span class="f_Para">the </span><span class=" | | <span class="f_DefListDD">Adds to </span><span class="f_Para">the </span><span class="term">Watch Window</span><span class="f_DefListDD"> the </span><span class="f_ListBul1">item currently specified in the text area above the </span><var>Watch Window.</var><span class="f_DefListDD"> Same as the [[Add item to watch window|Watch button]] or </span><span class="f_Monospace">[[Client Command Reference|addWatch]]</span><span class="f_DefListDD"> command. </span> | ||
|- | |- | ||
| | | '''Add Watch on''' | ||
'''Current Line''' | |||
| <span class="f_DefListDD">Adds to the </span><span class=" | | <span class="f_DefListDD">Adds to the </span><span class="term">Watch Window</span><span class="f_DefListDD"> any variables found in the current </span><var>Source Code</var><span class="f_DefListDD"> line. Same as right clicking the current line and [[Add item to watch window|selecting Add Watch from the context menu]], and same as the </span><span class="f_Monospace">[[addWatchOnCurrentLine command|addWatchOnCurrentLine]]</span><span class="f_DefListDD"> command. </span> | ||
|- | |- | ||
| | | '''Clear Watch''' | ||
| <span class="f_DefListDD">Removes all items from the </span>< | | <span class="f_DefListDD">Removes all items from the </span><var>Watch Window </var><span class="f_DefListDD">and instructs the mainframe portion of the Debugger to stop collecting any watch data. Same as </span><span class="f_Para">the </span><var>Clear Watch</var><span class="f_Para"> button or</span><span class="f_DefListDD"> </span><span class="f_Monospace">[[clearWatch command|clearWatch]]</span><span class="f_DefListDD"> command. </span> | ||
|- | |- | ||
| | | '''Value Display''' | ||
| <span class="f_DefListDD">Displays in a separate window the details of the value of the </span><span class="f_ListBul1">item currently specified in the text area above the </span>< | | <span class="f_DefListDD">Displays in a separate window the details of the value of the </span><span class="f_ListBul1">item currently specified in the text area above the </span><var>Watch Window.</var><span class="f_DefListDD"> This is one of multiple ways to [[Displaying temporarily the value of a program data item|display a value.]] Same as </span><span class="f_Para">the </span><span class="f_Monospace">[[valueDisplay command|valueDisplay]]</span><span class="f_DefListDD"> command. </span> | ||
|- | |- | ||
| | | '''PAI''' | ||
| <span class="f_DefListDD">Displays in a separate window the values of all the visible fields in the current </span>< | | <span class="f_DefListDD">Displays in a separate window the values of all the visible fields in the current </span><var>Model 204</var><span class="f_DefListDD"> record. This is the output of the User Language PAI (Print All Information) statement. Same as the </span><span class="f_Monospace">[[pai command|pai]]</span><span class="f_DefListDD"> command. </span> | ||
|- | |- | ||
| | | '''PAFGI''' | ||
| <span class="f_DefListDD">Displays in a separate window the values of all the fields in the current or specified </span>< | | <span class="f_DefListDD">Displays in a separate window the values of all the fields in the current or specified </span><var>Model 204</var><span class="f_DefListDD"> field group. This is the output of the User Language PAFGI (Print All Fieldgroup Information) statement. Same as the </span><span class="f_Monospace">[[pafgi command|pafgi]]</span><span class="f_DefListDD"> command. </span> | ||
|- | |- | ||
| | | '''Open External Watch Window''' | ||
| | | | ||
<span class="f_DefListDD">Displays in an [[ | <span class="f_DefListDD">Displays in an [[Opening an external window|external window]] separate from the main Client window the current contents of the Client </span><var>Watch Window</var><span class="f_DefListDD">. Or, it brings the existing external </span><var>Watch Window </var><span class="f_DefListDD">to the top of your current stack of open windows. </span> | ||
<span class="f_DefListDD">Same as the </span><span class="f_Monospace">[[openExternalWatchWindow command|openExternalWatchWindow]]</span><span class="f_DefListDD"> command. </span> | <span class="f_DefListDD">Same as the </span><span class="f_Monospace">[[openExternalWatchWindow command|openExternalWatchWindow]]</span><span class="f_DefListDD"> command. </span> |
Latest revision as of 20:39, 7 April 2023
The Data Display menu options are identified below:
Load Watch | Restores from a local file a list of items to display in the Watch Window. Same as the loadWatch command. For more information, see Saving and restoring Watch Window contents. |
Save Watch | Saves to a local file (for later loading) the list of items currently displayed in the Watch Window. Same as the saveWatch command. For more information, see Saving and restoring Watch Window contents. |
Add Watch | Adds to the Watch Window the item currently specified in the text area above the Watch Window. Same as the Watch button or addWatch command. |
Add Watch on
Current Line |
Adds to the Watch Window any variables found in the current Source Code line. Same as right clicking the current line and selecting Add Watch from the context menu, and same as the addWatchOnCurrentLine command. |
Clear Watch | Removes all items from the Watch Window and instructs the mainframe portion of the Debugger to stop collecting any watch data. Same as the Clear Watch button or clearWatch command. |
Value Display | Displays in a separate window the details of the value of the item currently specified in the text area above the Watch Window. This is one of multiple ways to display a value. Same as the valueDisplay command. |
PAI | Displays in a separate window the values of all the visible fields in the current Model 204 record. This is the output of the User Language PAI (Print All Information) statement. Same as the pai command. |
PAFGI | Displays in a separate window the values of all the fields in the current or specified Model 204 field group. This is the output of the User Language PAFGI (Print All Fieldgroup Information) statement. Same as the pafgi command. |
Open External Watch Window |
Displays in an external window separate from the main Client window the current contents of the Client Watch Window. Or, it brings the existing external Watch Window to the top of your current stack of open windows. Same as the openExternalWatchWindow command. |