Bug 120685 - Format of Enum variable value cannot be changed
Summary: Format of Enum variable value cannot be changed
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 14:45 EST by Ling Wang CLA
Modified: 2020-09-04 15:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ling Wang CLA 2005-12-13 14:45:39 EST
In CDT debugger (GDB or other), user cannot change format of an Enum variable between Natural, Decimal and Hex.

It's because in org.eclipse.cdt.debug.internal.core.model.CValue, there is not code for formatting EnumValue.