• 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...
  • Save Watch Window Data to File?
    Is it possible to save the contents of the watch or memory window to a file? I'd like to store an array of data to a file so I can do some analysis in excel.
  • Save Watch Window Data to File?
    Is it possible to save the contents of the watch or memory window to a file? I'd like to store an array of data to a file so I can do some analysis in excel.
  • how to watch the memory contents?
    I'm using uVision2 evaluation version to develop my program.The device I used is Ezusb AN2131, but when I debug I can't watch the usb registers.(Their addresses are from 0x7B40-0x8000). How can I watch...