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.

CCSv6 does not copy the Debug->Flash attributes when copying a project

When You have a project that sets:

Properties -> Debug -> Flash Settings,

the flags that are selected in the original project are not taken over in the copy.

These flags were different after my copy:

System Reset on Connect (on in original, off in copy)
Auto ECC Generation (off in original, on in copy)
Flash Verification Settings (None in original, Verify in copy)

No big issue, just a heads up that this is happening.

  • Jan,

    Are these the properties you are referring to?

    If so I believe I know what is going on.  Basically these properties are stored in something called the Debug Launch (or debug configuration) vs the project files.  The debug launch usually  gets generated the first time you launch a debug session and contains some debug settings.  However we add the ability to set some of the debug related options via the project menus.  When you do that we will generate a debug launch to store them (for some you have to be connected to expose the properties).  The trick is when you copy the project the launch doesn't get copied.

    Regards,

    John

  • Yes, those settings are the ones I was referring to (they are a little bit different for the Hercules TMS570LC43 project I created) .
    Thanks for the answer. I understand now why these aren't transferred.

    Regards, Jan