6.5 Changing a Variable Name and Streaming Again
Open the file DVRunTime.c
. Change the name of the variable
testCount16
to testCount16B
by using
Refactor>Rename. Rebuild the project to create a new ELF
file.
Now return to the Data Visualizer. Because the DVRT session is in synch with the ELF file, you will see a message stating that the ELF file has been updated and that symbols need to be reloaded.
Click Reload Debug Symbols. Once the new ELF file is loaded, the previous variable name will be in red because it is no longer found.
Change the variable name to the new name and see the streaming values for this variable appear.