Bug 390300 - some c++ objects can't be inspected
Summary: some c++ objects can't be inspected
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.1   Edit
Hardware: PC Windows 7
: 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-25 04:52 EDT by Benoit Perrin CLA
Modified: 2013-06-05 04:40 EDT (History)
0 users

See Also:


Attachments
test project (40.10 KB, application/octet-stream)
2012-09-25 04:52 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 04:52:54 EDT
Created attachment 221455 [details]
test project

In the attached project, main.cpp line 182.

The contents of the objects linkedList, intList and floatList can't be inspected ('opened') in the variable view. Stepping into the List object constructor, 'this' can't be inspected too.
Comment 1 Eugene Tarassov CLA 2012-09-25 18:49:41 EDT
It was caused by error in search for class List definition.
I have committed a fix.
Thanks!