• Debug Watch window and 8 bit variables
    I am using version 5.05 of the C166 compiler and am seeing a strange problem displaying 8 bit variables in the Watch window. Rather than the value I expect, I see only the lower nibble with the upper...
  • Debug Watch window and 8 bit variables
    I am using version 5.05 of the C166 compiler and am seeing a strange problem displaying 8 bit variables in the Watch window. Rather than the value I expect, I see only the lower nibble with the upper...
  • How to watch the *pointer = array[10] in the debug WATCH windows
    When the *pointer point to an array, as follow: int *pointer = malloc(sizeof(int) * 10); How can I watch the array in the debug WATCH windows? In Visual studio , we can use "pointer, 10" to watch...
  • How to watch the *pointer = array[10] in the debug WATCH windows
    When the *pointer point to an array, as follow: int *pointer = malloc(sizeof(int) * 10); How can I watch the array in the debug WATCH windows? In Visual studio , we can use "pointer, 10" to watch...
  • Watch window issue while debugging
    Hi all, I am developing on Keil uVision v4.74 for LPC2478 controller and using Keil ULinkPro for debugging. Having problems lately while debugging on target board with ULinkPro. Our code uses...