• 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...
  • how to copy values displayed in watch and locals window?
    I am using c2106/01 chip for processing pixel values of image with micro vision 4. i need the ouput values displayed in watch windows and local window for reference. i am unable to copy it. how to copy...
  • 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 on local variable
    Hi All i cannot watch the contents of local varibales in the keil u vision simlator however if varibales are golbal their contents can be watched.i hope somebody can belp me. shakeel
  • 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...