We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
The usefulness of the Browser for any sort of analysis like this is severly hampered by the fact that you can't print or export any of it! :-(
Hmmm... Hadn't noticed you couldn't print or export.
[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]