Bug 269099 - [pda][variables] PDA should only show string value format for structures.
Summary: [pda][variables] PDA should only show string value format for structures.
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf (show other bugs)
Version: 6.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 17:25 EDT by Pawel Piech CLA
Modified: 2020-09-04 15:26 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2009-03-17 17:25:10 EDT
PDA supports the string format.  In the string format, the variable value is usually the same as the selected format (e.g. default, decimal, etc.).  The result is that the variable view shows the value twice, which does not look correct.  PDA should only return a string format for elements where it makes sense, such as a structure.

Additionally, this exposes a general problem with the say that the variables view formats the value column.  Does it make sense to append the string formatted value, when the selected format is natural?