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/TMS320F28335: Saving watches and bookmarks

Part Number: TMS320F28335


Tool/software: Code Composer Studio

Support Path: /Tools & software/Help me with an issue/Embedded Product Development Tools/Code Composer Studio/CCS Desktop IDE/CCSv6 General IDE/

I use SourceTree for version control and frequently switch between different branches (versions) of my project. I am using CCSv6 and when I am working on a particular branch I would like to have the ability to save the watch expressions and bookmarks for each project separately. I think I can do this is if I create another workspace but I am not sure what will happen to version control if I switch branches and then try to switch workspace.

Is there a way to save the watch and bookmark settings without having to create another workspace?  

  • Rudy,

    For bookmarks I don't know of a way to do this. For breakpoints/watchpoints... you can export your current settings to a file and then import them. If you right click in the breakpoints view there are Import Breakpoints and Export Breakpoints menu items. That should do what you want. Another option would be to create working sets. You can create a set of breakpoints and then enable/disable the set. I haven't used those before but they might do what you want.

    Regards,
    John
  • Export / Import does exactly what I wanted.

    Thanks,

    Rudy