-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Code Composer Studio Theia
-
CCSNXT-2979
-
CCS_20.4.0
-
CCS_21.0.0
-
None
When you select a register in the registers view and the right click and select to watch it will add it to the watch view. However there are a couple of issues if the register is in a group.
First it does <group>.<register> when it needs to do <group>_<register>
Second if the group has a space in it you need to do '<group>_<register>'