Datasheet
128 PSoC Designer IDE Guide, Document # 001-42655 Rev *B
Debugger
To display a single element or field of an array or struct, select just that element from the Watch Win-
dow and then edit the format of just that element.
Figure 7-16. Items Displayed in their Configured Data Formats
The image of the Watch Window shown in Figure 7-17 shows a single watch variable named
yStruct, of type YourStruct. It contains 4 fields named myStruct, msArray, iArray and f.
The display format of the msArray field is set to Binary. Every data element contained in msArray
is displayed in binary format. The format of iArray and f are the default of Decimal.
The display format of each field of yStruct.myStruct was set individually. The display format of
yStruct.myStruct.a is Hexadecimal. The format of yStruct.myStruct.b is Decimal, and the
format of yStruct.myStruct.c is set to ASCII.