I am upgrading myself from a minimalist user of V3.3 to (hopefully) a more effective user of V5.1. I just got my Launchpad kit today and I'm going through the CCS V5 Overview Workshop. All is going nicely until I get to the exercise to set a Watchpoint. Neither the Workshop nor the CCS V5 Help seems to match what I get from the Watchpoint properties page. Perhaps someone here can clear things up.
The project in the workshop is 'blinkLED'. I get it built and running, LED blinking nicely, then click "Suspend". I open the Watchpoint menu, enter 'i' into the location, and then select 'Breakpoint Properties' from the Watchpoint I just created. This is where it gets a little confusing. The tutorial shows a graphic showing me how to set the 'Value' field, but I get no 'Value' field. So I open CCS Help and find instructions on how to set Watchpoints. That says to select the 'global variable' (i is not global, so I rearranged the project to make it so, but that didn't have a useful effect), and click 'Run->Toggle Watchpoint', which doesn't exist in the menus.
So this appears to be a normal case of documentation not keeping up with code. How, then, do I set a watchpoint that will trigger when that variable reaches a specified value?
