Debugging
© PHYTEC Meßtechnik GmbH 2002 L-462e_2
69
•
As a last example, the constant "rhythm[]" will be evaluated. Go
to the source code line where the constant "rhythm[]" is declared.
Right-click on "rhythm[]" and choose the "ADD rhythm to
watch window" -> #1 option. Select the "Watch #1" tabsheet at
the bottom of the watch window. The constant is shown with its
address and a small
sign in front which indicates that
"rhythm[]" is an array with a group of array elements. Click the
sign to expand the view and to see all array elements of
"rhythm[]".
Using the memory address of rhythm, which is shown in the watch
window, it is also possible to view the values of the array elements in
the Memory window.
•
Type X: 0x0129 in the Address: line of the Memory window and
press <Enter>.
A memory area starting at address 0x0129 of the external memory is
now displayed in the Memory window.