Tool/software: Code Composer Studio
Why does every release of CCS get slower and more buggy than the previous? It's to the point that I spend more time waiting for things to happen than actually writing code. Even though I've turned off "Automatically Update the Index" the C/C++ indexer runs every time I save a file which, of course, causes a huge delay when building the project.
Typical workflow:
Click "Build Project"
Wait 30 seconds while CCS does nothing. Project tree rearranges itself a couple times for some reason.
Eventually the project will start building. Sometimes, for no explicable reason it will rebuild all the libraries too.
Wait several minutes for various things to apparently happen in the background I guess because there's no output to the console.
Want to have a really fun day? Try graphing something. Apparently taking N points of data from a start address and plotting that to a window is too complicated even though every other dev. environment has been doing it for decades. And don't even get me started on the auto-scale behavior...
Sound harsh? It's deserved...