Is there a way to have CCS save break points on exit and reload them on startup?
Currently this feature is implemented in CCS using the workspace concept. What needs to be done is to save the workspace after setting the breakpoints using File -> Workspace -> Save Workspace As. Then to load that workspace on startup you can do the following: 1. Right click on the CCS icon on your desktop. 2. Choose properties and for your “Target” path enter c:\ti\cc\bin\cc_app.exe c:\test\test.wks where c:\test\test.wks is the path of your saved workspace. This will automatically open up that workspace with breakpoints on startup.