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.
Hi,
my breakpoints manager and watch windows are disappeared and cannot be restored any more. In the debug menu, there's no entry of the breakpoints manager any more, in the view menu the watch entry is missing, too. On the left pane I've an icon to open the breakpoints manager, but when I click on it nothing happens!
Can anyone help?
Best regards
Martin
Martin,
Could you try to check the troubleshooting items in the page below? Sometimes CCS cache and intermediate files lose sync to the environment and the list below does a good job in cleaning this information.
http://processors.wiki.ti.com/index.php/Troubleshooting_CCS#General_IDE
Hope this helps,
Rafael
Hi Rafael,
thanks for your fast reply. But the page does only contain informations for CCS 4 which is based on eclipse. I'm still using CCS3.3. Do you have these informations for CCS 3.3?
Best regards
Martin
A few tips:
-Open the Component Manager and check to see if "Breakpoints" and "Watch Window" is enabled under "Code Composer Studio->Texas Instruments, Inc." If they are not, enable them and see if the windows now appear.
If that does not help:
-re-register the breakpoint and watch window plugins. You can do it from a DOS command window:
> regsvr32 C:\CCStudio_v3.3\plugins\Joule\BreakpointMgr\BreakpointGUI.ocx
> regsvr32 C:\CCStudio_v3.3\plugins\generic\watch.ocx
Thanks a lot!
copying the generic and Joule folder from my collegue and registering the components helped! Why the components have disappeared is not clear. Yesterday everything was fine!
Best regards
Martin