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.
Hi,
When I place a variable into a Watch window it is shown in Radix 16 by default.
How do I change the default Watch window radix (to 10) ?
Thanks
For example, in the Command window, use the WATCHSET command:
https://www.keil.com/support/man/docs/uv4/uv4_cm_watchset.htm
https://www.keil.com/support/man/docs/uv4/uv4_db_exp_sysvariables.htm
or simply click again over the "Hexadecimal Display" icon to unselect it and to switch to a Decimal view, as i.e. demonstrated at our Tutorial "Powerful debugging with Arm Keil MDK using ST-Link" ( at 2:50 min):
www.youtube.com/watch
Thank you, did not know about those options.
I was hoping for more 'global setting' preserved between debug sessions and for variable drag&drop into watch window - so that when I right click I would see 'hexadecimal display' OFF. I thought this might be stored in project.uvgui.user or project.uvopt.
I understand HEX format preferable when dealing with addresses of course but with my current project I usually want to see content at an address in decimal format.