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.
And had activated the Periodic Window Update. Will go for a fresh install....
View all questions in Keil forum