Technical Support

µVISION DEBUGGER: WATCH WINDOW CONTENTS ARE INCORRECT


Information in this article applies to:

  • µVision Version 2.07

SYMPTOMS

In 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.

CAUSE

This is a problem in the address specified in the Address box in the Watch window.

RESOLUTION

Note 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


Did this article provide the answer you needed?
 
Yes
No
Not Sure