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 am new to the Keil IDE because of the small learning curve on debugging. But: when I debug, I only saw actual values of my variables while hovering over, where I did see them occassionally some days ago. In the course I followed, I see actuall values all the time. Very useful for when it comes to register addresses. But question is: how can I make sure I see them as well?
Hi Jerome,
You should see values when I hover over in the source file view, not the disassembly view.
More generally, you can see local variables in View -> Call Stack pane, and local and global variables by right clicking on them in source, and Add -> Watch window.
Ronan
You might also want to check if Periodic Window Update is enabled. Go to View and check if there's a check mark in front of Periodic Window Update. If not, just click on it.
Watch window is what I use as alternative since the hover doesn’t work. Seems OK, but then next issue it will not let me display PREprocessor values that I calculate by taking base addresses and add the offset from documentation. Then it really becomes tedious...
And had activated the Periodic Window Update. Will go for a fresh install....