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/CC2650: Force CCS no-rebuild before debugging

Part Number: CC2650

Tool/software: Code Composer Studio

How can you force CCS to not rebuild the target when you want to debug an older binary and source?

I have been archiving the entire project when I create a build to be deployed so that I can properly debug a particular binary and source.

The last time I did this, something went wrong and CCS now wants to rebuild the output binary. This is super annoying that I can't just tell CCS where the binary is and where the source is for debugging.