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.