CCSv4 is great but there are a whole lot of features missing that are starting to really frustrate me... any chance I could enter these as feature requests?
1) I'm at a breakpoint looking at C++ code. I want to view the disassembly of that point. Great! I click View -> Disassembly, no problem, it's pointing at the current assembly instruction. Now I decide I want to look around in the disassembly code, and I forget where I was. Any way to reset the Disassembly window so it shows the current assembly instruction?
2) I'm debugging some optimized code, and the local variables never show up because they are in registers. Doesn't the symbolic information have enough information for CCS to look at the appropriate register or on the stack, so that I can see local variables? It's a real pain.
3) Is there a keyboard shortcut for the "Assembly Step Into" and "Assembly Step Over"? If not, can I assign my own keyboard shortcut? (e.g. shift-F5 and shift-F6 instead of F5 and F6 for C step into / step over)
I know I have other feature requests but can't remember them.