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.

Debug ( I am a new user)

When the debugger runs it prints out-args-main has only skeletal debug info.  How do I get more complete information?  I am running the counter example that counts 1 second interrupts.  I have not been able to view this count. 

  • Could you provide more details such as the version of CCS you are using, which TI processor/kit you are working with and which counter example you are referring to?

    I am not sure what the default settings are for this example project, but in general, the debugging capability/visiblity depends on the build options, specifically the debugging model and optimization options. To allow for maximum debugging, it is best to disable optimization and set the debugging model option to "full symbolic debug (g)". Then as you move along in your development cycle, you can adjust the optimization and debug settings based on your requirements.