• Variables not appear in Watch window
    Some variables not appear in Local and watch window. This is simple code I wrote and variable 'alpha' didn't appear. #include <reg167.h> #include <stdio.h> void main(void) { unsigned int alpha;...
  • Local variables definition in assembler to have them appear as such in debugger
    I follow the Keil segment naming conventions when writing my assembler subroutines in order to "imitate" what I would obtain if I had coded those functions in C and to take advantage of the overlaying...
  • local array variables in debugger watch-local window not right...?
    local array variables in debugger watch-local window not right...? I detected a strangeness during function's debugging. Local array in Watch/local window was shows with incorrect Address and values...
  • 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...
  • Local Variables Out of scope in watch Window
    I am using Keil Micro Vision4 for ARM 9 Processor .the Local variables appears "Out of scope" How do i monitor the local variables