I think it would be nice if the source browser could show data sizes, along with the current memory type and number of uses that it already shows. This way I could easily sort my variables to see which one are the largest. I can manually gather this from list/map files and the code, but making it available in the browser interface seems like an useful enhancement. Function code sizes could also be included.
[rant] It's a pain - you can't print anything except source files. There are plenty of other ways to print source files, but no way to print any of the uVision-specific stuff: * no way to print details of your Project for documentation; * no way to print coverage results for test reports; * no way to print any debug info for bug reports; etc, etc, etc With today's Windows RAD tools, surely it should all be just a matter of checking the 'Enable Printing' option at design time...? [/rant]