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: Cancel doesn't really mean cancel when trying to stop a Save Memory operation

Tool/software: Code Composer Studio

Hello,

I use java script to save DSP memory values from a C6746 target.  Below is an example of one such save command

debugSession.memory.saveData( 0, v1, "../../../../tmp/1.dat", d_max, IOMEMORY_FLOAT, false )

Sometimes, when a mistake is made, I try to cancel ... but no matter how early I cancel, it just continues on and does the full save.  I'm on CCS V8 now, but I've seen it on all predecessors.  Below is a picture with more detail.  The actual save is lengthy, on the order of 3 to 5 seconds.  Doesn't matter how early I hit Cancel, even 1 second in ... it never cancels.  I think this is a bug.

Regards,

Robert