• "Out of scope" variables on debug
    Hi all, I'm having a very troubling problem when debugging with the new version of µvision (4.11) that I didn't have with the last I was on (it was 4.03 I think). When I debug code on various platforms...
  • Out of Scope
    Hi When I debug my codes, and I used to watch the variables and sometime it says 'out of scope'. I could not find it in my manual. Can anyone kindly please explain what is out of scope? Thank...
  • Variable out of scope and output problem!
    Hi guys, I am a new bee in programming for ARM7. I have written the simple following program using for loop to find a factorial of a given number. However to check the result, I have kept the input value...
  • Locals claimed to be out of scope by debugger
    I regularly get this when debugging. Optimisations are turned off. Current instance exhibits it perfectly - linked list management where I have just printed some of the local variables and am about to...
  • Getting "Out Of scope" in watch window
    Hi, When I add a variable 'flags' to watch window, i'm getting value as "out of scope" even when PC( program counter) is at next line. Below is extract, could anybody let me know why its happening...