Bug 390312 - Mouse hover a C++ class member does not show correct value
Summary: Mouse hover a C++ class member does not show correct value
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.1   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: 1.1   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 06:04 EDT by Benoit Perrin CLA
Modified: 2013-06-05 04:40 EDT (History)
0 users

See Also:


Attachments
test project (33.31 KB, application/octet-stream)
2012-09-25 06:04 EDT, Benoit Perrin CLA
eugene: iplog-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Perrin CLA 2012-09-25 06:04:29 EDT
Created attachment 221463 [details]
test project

With attached test project.
Set a bp on file list.cpp, line 45.
Mouse hover the 'tail' variable and compare with the variable view. The address/value are not identical.
Comment 1 Benoit Perrin CLA 2012-09-25 06:09:33 EDT
Assign to the Agent component, as there is same issue with the expression view:
'this->tail' gives a correct value but 'tail' works too and gives a wrong value.
Comment 2 Eugene Tarassov CLA 2012-10-02 21:48:41 EDT
Fixed.
Thanks!