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.

How to disable auto-upload after a recompile?

I am working with an evaluation board and code composer.  When I re-compile the code, it would ask me if I want to update the board with the new version of compiled code.  I clicked yes and also clicked "don't ask me again" so now it uploads the code every time I compile.  The problem with this is uploading the code makes the console output regarding the compilation process is cleared so I can't read over it.  I can't find out how to disable this option so compiling just compiles and then lets me manually upload the code to my board.