| ||||||||
Technical Support Support Resources Product Information | µVISION DEBUGGER: WATCH WINDOW CONTENTS ARE INCORRECTInformation in this article applies to:
SYMPTOMSIn the µVision Debugger, I display a memory area and I type 0xD1 in the Address box. The debugger then display this space in Code memory (which is correct). Then, I right-click on the memory at 0xD8 and select Modify Memory at address C:00D8. The debugger presents me with a dialog box where I can modify the memory at that address. I type in the new values and click OK, but the memory is not updated in the Watch window. CAUSEThis is a problem in the address specified in the Address box in the Watch window. RESOLUTIONNote that the code memory is really changed. It just isn't displayed in the Watch Window. Type C:0x00D1 as the address in the Address box. This will display the code memory correctly. Last Reviewed: Tuesday, June 29, 2004 | |||||||
| ||||||||