Earlier version of the CCS debugger for the MSP430 allowed setting a watch expression on a static variable and it could be viewed when at a breakpoint. With v5.4.0.00091 this feature does not work anymore. I can still right-click in the Expression window, and choose Add Global Variable. Module level static variables are there and can be added to the watch window, but when debugging and stopped at a breakpoint, the watch window indicates the value as "Error:identifier not found: VariableName" is this a known issue change to the debugger?