• 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;...
  • Watch window error (stack variable)
    Could you please have a look at the following source code: #include <stm32f10x.h> /* STM32F103 definitions */ class Test { public: static int i1; static int i2; static int i3; static int TestFunc...
  • variables in debugger watch window not right...?
    I was trying to make a simple static heap module, and when trying to verify proper operation of the heap functions via the debugger I got quite confused. Whether I build and run the below code for...
  • 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