Bug 322516 - Memory rendering format mismatch
Summary: Memory rendering format mismatch
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-memory (show other bugs)
Version: 7.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-12 08:06 EDT by Dimitar Peikov CLA
Modified: 2020-09-04 15:27 EDT (History)
0 users

See Also:


Attachments
re-format view showing the bug (11.31 KB, image/x-png)
2010-08-12 08:07 EDT, Dimitar Peikov CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitar Peikov CLA 2010-08-12 08:06:02 EDT
Build Identifier: 20100617-1415

Memory rendering view is representing columns in bytes, not columns (units).
Re-formating dialog requests to specify number of columns (units), instead the interpretation is number of bytes.

Reproducible: Always

Steps to Reproduce:
1. Open memory view, add some data to be monitored. 
2. The rendering view can be re-formated by right-click on data rendering view -> Format
3. Row Size unit is in bytes, instead of columns
Comment 1 Dimitar Peikov CLA 2010-08-12 08:07:10 EDT
Created attachment 176456 [details]
re-format view showing the bug