• local variables lose values ?
    Hello, I have a project (C166/HUGE memory model), where some local variables seems to lose their values. Everything worked fine, until I added some more code to a specific function (and one more local...
  • Bad values for local variables
    When debugging c-code, compiled with Realview, in uVision, MDK-ARM 3.05, I sometimes get wrong values for the local variables, in watch window, and when hoovering. Mostly they get 0 when they shouldn...
  • Local Watch Window variables have wrong values...
    While using the uV2 dscope debugger (in bootstrap loader mode) on my C167 board, the variables in my local watch window seemed to be working just fine, for a while, and then one of the local var's didn...
  • 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...
  • View values of local variable in watch
    I have declared Local variables with no optimization (level 0). Problem is local vars get assigned to register & I cannot view their values. This can be done by declaring them volatile & global...