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/LAUNCHXL-CC2640R2: How to disable auto suspend when debug in ccs v8?

Part Number: LAUNCHXL-CC2640R2

Tool/software: Code Composer Studio

Recently, I was trying to debug simple_peripheral_cc2640r2lp_app project with ccs v8.1.

The ccs program is automatically suspending the debugging at start point of the main function.

So I have to press "resume" button when I try to debug...

How can I set the debug configuration to debug without pressing the resume button?

Thank you.