Community
Participate
Working Groups
Build Identifier: I20110519-1138 Hello, when I change a byte in the text pane of traditional rendering (in MemoryBrowser), the rendering changes all the cell. This happens when the memory has zeroes. Memory before change: 00000000 - .... After change of the first byte in text pane: 612E2E2E - a... After change it should be: 61000000 - a... I am attaching a fix. Reproducible: Always Steps to Reproduce: 1. Start a C debugging session 2. Write zeroes to a block of memory and display the block in MemoryBrowser (traditional rendering) 3. Change a byte in the text pane of the traditional rendering
Created attachment 198082 [details] Proposed fix