Getting a detailed view of the value of a watched item: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ <span class="f_Para">You can double click an item in the </span><var>Watch Window</var><span class="f_Para"> to display a detailed value window. For example, if you do...")
 
No edit summary
 
Line 1: Line 1:
__TOC__
__TOC__
<span class="f_Para">You can double click an item in the </span><var>Watch Window</var><span class="f_Para"> to display a detailed value window. For example, if you double clicked </span><span class="f_Monospace">%X:SERIAL</span><span class="f_Para"> (whose value is a single string that may include line ends) in the </span><var>Watch Window</var><span class="f_Para"> box shown below: </span>
<span class="f_Para">You can double click an item in the </span><var>Watch Window</var><span class="f_Para"> to display a detailed value window. For example, if you double clicked </span><var>%X:SERIAL</var><span class="f_Para"> (whose value is a single string that may include line ends) in the </span><var>Watch Window</var><span class="f_Para"> box shown below: </span>


[[File:valuedisp3a1_zoom60.gif|340x209px|valueDisp3a1]]<span class="f_Para"> </span>
[[File:valuedisp3a1_zoom60.gif|340x209px|valueDisp3a1]]<span class="f_Para"> </span>
Line 18: Line 18:
<span class="f_Para">To print or save the value, use the </span><var>Print</var><span class="f_Para"> or </span><var>Save</var><span class="f_Para"> options of the </span><var>File</var><span class="f_Para"> menu. The </span><var>Save</var><span class="f_Para"> option saves the file in the window's current display format (ordinary text or hexadecimal digits). To search the value display, use the search bar on the bottom of the window. </span>
<span class="f_Para">To print or save the value, use the </span><var>Print</var><span class="f_Para"> or </span><var>Save</var><span class="f_Para"> options of the </span><var>File</var><span class="f_Para"> menu. The </span><var>Save</var><span class="f_Para"> option saves the file in the window's current display format (ordinary text or hexadecimal digits). To search the value display, use the search bar on the bottom of the window. </span>


<span class="f_SeeAlso">See Also</span>
'''See Also'''
 
: [[add_item_to_watch_window.html|Adding and removing Watch Window items]]
<span class="f_SimpleList">[[add_item_to_watch_window.html|Adding and removing Watch Window items]]</span>
: [[Displaying temporarily the value of a program data item|Displaying temporarily the value of a program data item]]
 
<span class="f_Notes">[[Displaying temporarily the value of a program data item|Displaying temporarily the value of a program data item]]</span>


[[Category:Debugger Home]]
[[Category:Debugger Home]]

Latest revision as of 14:55, 7 April 2023

You can double click an item in the Watch Window to display a detailed value window. For example, if you double clicked %X:SERIAL (whose value is a single string that may include line ends) in the Watch Window box shown below:

valueDisp3a1

The value is displayed in a separate window:

valueWindow4  

By default, any line end characters in the value are honored in this Value window, and the value is broken into lines accordingly. To see the value unbroken at line ends, you click the Wrap radio button:

valueWindow4a  

From wrap mode, you can always revert to line end mode by clicking the Honor Line Ends button.

To see the hexadecimal values of the data, click the Binary button.

To print or save the value, use the Print or Save options of the File menu. The Save option saves the file in the window's current display format (ordinary text or hexadecimal digits). To search the value display, use the search bar on the bottom of the window.

See Also

Adding and removing Watch Window items
Displaying temporarily the value of a program data item