• 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...
  • 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...
  • "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...
  • can't watch local variable
    When I debug \Keil\ARM\RV30\RTL\Kernel\Examples\Measure\Measure.uv3,I want watch "cmdbuf[]" in Watch & Call Stack Window,when I use SARM.dll V1.5,watch data was right,but when I use SARM.dll V3.x,watch...
  • Cannot add local variables to watch windows
    Hi, I cannot add local variables to watch window. I read from other thread that this is the because the debugger has not run till the initialisation. I inserted a breakpoint after the initialisation...