On MSP430 it's possible to set hardware and software breakpoints using the debugger at runtime.
As I understand it, it should be possible to choose which type of breakpoint is used by selecting the appropriate option in the "Breakpoint (Code Composer Studio)" context menu. The "Breakpoint" option should create a software breakpoint and the "Hardware breakpoint" option should create a hardware breakpoint.
Is my understanding of the menu design correct?
The reason I ask is that this is not the case in CCS6.0.1.00040. Both "Breakpoint" and "Hardware Breakpoint" menu options do the exact same thing; they try to set a hardware breakpoint first and will only create a software breakpoint if all the hardware breakpoints are used up.
Am I misunderstanding the menu design, or is this a bug in CCS?