Hi there!
I'm using uVision4 for some time now and when programming graphic applications, I don't consider it convenient to have all the debug information in hex. I searched config dialogs, help, forum and google about this topic, but Keil doesn't even seem to have a name for the "tool-tips" / "code insight" / "mouse-over watches" ...
Has anybody found a way to have the tool-tips (and/or the variables added to a watch window) displayed in decimal number base by default?
Any help to make debugging more efficient would be much appreciated!
Take care, Lukas
in the uVision debugger command window, enter:
radix = 0x0A
your might also create a .ini file containing the radix command to have this setting every time you start the debugger.
Thanks a lot! That will speed up things massively!
The word "radix" definitely caused my confusion, since in watch windows it's called "number base".
"radix" is the "proper" mathematical term...
mathworld.wolfram.com/Radix.html