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.

c/c++ breakpoint ver ccs breakpoint

Hello

I have several c/c++ cross compiled projects.

On the executable project the only possible breakpoint type is c/c++ breakpoint, in the static library the only possible breakpoint type is Code composer studio breakpoint. This is even though both projects are c/c++ projects.

I have read that to set the default for a particular project will be a ccs breakpoint you need to add com.ti.ccstudio.debug.ccsBreakpointNature to the project file in the nature section.

What do I need to add that it will be c/c++ breakpoint by default? Or enable both options to appear?

Thanks

  • Shiran Ben Israel said:

    On the executable project the only possible breakpoint type is c/c++ breakpoint, in the static library the only possible breakpoint type is Code composer studio breakpoint. This is even though both projects are c/c++ projects.

    Can you provide more details on how both projects are set up and what type of debugging you want to do?
    Are both the executable project and library project created as Eclipse C/C++ projects instead of CCS projects? And what type of breakpoint do you wish to set? Are you debugging with GDB or CCS debugger? By default if the project is a CCS project, it will set a CCS breakpoint I believe.

    Also which version of CCS are you using?

  • I am using CCS ver 6, GDB debugger, both the executable project and library project created as Eclipse C/C++ projects and i wanted to use a c/c++ brakepoint because i use the gdb debugger.

    It seems that when importing the projects into a new workspace it was fixed.

    Now both executable and static library have the c/c++ breakpoint option.