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.

CCS/MSP430G2452: Unable to set/enable break points in CCS 7.3

Part Number: MSP430G2452


Tool/software: Code Composer Studio

Hello,

There are a few threads running on similar problem. I am not sure whether the problem i am facing is related to any of them.

I am using CCS 7.3 with MSP-EXP430G2 launchpad for programming the IC mentioned above. The project I am building was working fine until tolday when CCS does not allow me to set breakpoints

I have attached the picture.

It does not matter where I try to set the breakpoint in the code. The optimizations are off. The lbuild settings are as follows

 -vmsp -Ooff --opt_for_speed=0 --use_hw_mpy=none --include_path="C:/ti7/ccsv7/ccs_base/msp430/include" --include_path="C:/ti_7/p_30g2452" --include_path="C:/ti7/ccsv7/tools/compiler/ti-cgt-msp430_16.9.4.LTS/include" --advice:power="all" --define=__MSP430G2452__ -g --symdebug:dwarf_version=4 --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number

Whenever i toggle the breakpoint, it automatically sets it the way its seen in the picture. I only want to code a logic into the microcontroller, without having to worry about breakpoints etc. Please let me know how do i set the breakpoints.

EDIT: These is how it looks like in the breakpoint window.