This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Why local variables values are displayed as ?

I'm using Keil microVision4 debugger. As I'm stepping through my functions, Call Stack + Locals window displays all local variables values as <not in scope>. Why am I not seeing the values of the local variables?

Parents
  • Local variables were already in Watch and Call Stack windows but I still added them after entering debug mode. No difference, still <not in scope>.

    Just to make sure, do I enter debug mode by toggling Ctrl + F5, am I correct ?

    I'm using Keil micorVision V4.71.2.0

Reply
  • Local variables were already in Watch and Call Stack windows but I still added them after entering debug mode. No difference, still <not in scope>.

    Just to make sure, do I enter debug mode by toggling Ctrl + F5, am I correct ?

    I'm using Keil micorVision V4.71.2.0

Children