• Bad values for local variables
    When debugging c-code, compiled with Realview, in uVision, MDK-ARM 3.05, I sometimes get wrong values for the local variables, in watch window, and when hoovering. Mostly they get 0 when they shouldn...
  • Changing value on local variables while debugging
    Hi Is it not possible to change the value on local variables while you are debugging? I have been able to change the value on static and global variables but not on local ones. I'm using the Ulink...
  • Local Watch Window variables have wrong values...
    While using the uV2 dscope debugger (in bootstrap loader mode) on my C167 board, the variables in my local watch window seemed to be working just fine, for a while, and then one of the local var's didn...
  • local variables not showing correct value
    Hi, Am I doing something wrong? The local variable below called 'test_byte' is used to hold return values from function 'ser_buff_read_byte ()'. The value returned is always 0x1D both in the watch...
  • Why local variables values are displayed as ?
    I'm using Keil microVision4 debugger. As I'm stepping through my functions, Call Stack + Locals window displays all local variables values as <not in scope>. Why am I not seeing the values of the local...