• 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 problems
    I did a couple of searches and found some references to the problems I am having. But I don't think this is fully addressed, so I'll ask here. I am using the contest eval board from Luminary Micro...
  • Watch window problems
    I did a couple of searches and found some references to the problems I am having. But I don't think this is fully addressed, so I'll ask here. I am using the contest eval board from Luminary Micro...
  • clearing a watch window
    I can find hide, tab etc, but no clear of a watch window. It is rather cumbersome to clear entries one by one