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.

Problem setting breakpoint in Code Composer Studio v5



I'm running Code Composer Studio v5.2.1.00018 on RM48 HDK Kit. I have problem setting the breakpoints. When I run the program, the program stops at the start of the main() as shown in the figure below.  But when i resume running, the code does not stop at the breakpoints and just continue running. Does anyone know why this is happening?

Regards,

Dennis

  • Dennis,

    Are the breakpoints where you expect the code to halt the ones at lines 39 and 24 in the screenshot? Normally when the breakpoint is enabled, there will be a checkmark along with the blue dot on the breakpoint line, which I do not see in your case.

    Can you check if there are assembly statements associated with those C source lines? You could open the disassembly view and confirm whether the breakpoint is set in the disassembly view. You could also try setting the breakpoint directly from the disassembly view at the instruction corresponding to those lines of C source, and see it that works. Let us know if that helps.