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.

Variable watches

The help section states one can add a variable watch by highlighting a variable then selecting Run-> Toggle Watch. I am using version 6.1 and it has no such option in the run drop down.

jh

  • Hello,
    You are likely following the "C/C++ Development User's Guide". That guide applies to standard Eclipse CDT sessions (which is also supported with CCS). For CCS debug sessions, you can highlight the variable in the editor and then right-click and select "Add Watch Selection".

    Thanks
    ki