This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Watch variables not updating



 

Using Code Composer Studio version 4.2.0 on Windows XP came across the situation today where watch variables were not updating.  As shown below MaSys.Name was not updating as I stepped through the few lines following the breakpoint.   Haven't been able to determine after what event the variable stops updating.  Will post a note if I can provide more info.

A workaround....  Removed MaSys from the watch window and added it again.  Works fine now.

In firefox, use right-click 'View Image' is zoom in on the screen capture below.

  • Hi Peter,

    Was it just MaSys that had a problem or have you ever noticed a similiar issue with other locals in the watch view?

    Thanks

    ki

  •  

    It was MaSys only.  This is the first time this has occurred.  If I had to guess I'd say it stopped updating after a reset.  It could be related to this post http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/55744/266590.aspx#266590, Part 2 - showing breakpoints lost after a reset.

    If I can more information or examples I'll post it here.