Bug 390671 - bool C++ expressions are displayed as 0 or 1 instead of true or false
Summary: bool C++ expressions are displayed as 0 or 1 instead of true or false
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 1.1   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 05:57 EDT by Erwan Le Guillou CLA
Modified: 2013-06-05 04:40 EDT (History)
0 users

See Also:


Attachments
C++ test program (5.63 KB, application/octet-stream)
2012-09-28 05:57 EDT, Erwan Le Guillou CLA
eugene: iplog-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erwan Le Guillou CLA 2012-09-28 05:57:25 EDT
Created attachment 221637 [details]
C++ test program

In C++ test program (in attachment), a class is debugged that contains a member of type bool, in the Variables view, the value of the bool is represented as an integer (0 or 1) instead of its C++ value "true" or "false".
Run main til object test creation, look at testBool value.
Comment 1 Eugene Tarassov CLA 2012-10-02 11:33:36 EDT
Fixed: the Value column and detail pane now show true/false.
Thanks!