Bug 472732 - C++: Expression service is not able to evaluate a vector element through operator []
Summary: C++: Expression service is not able to evaluate a vector element through oper...
Status: NEW
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.3   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-15 08:54 EDT by patrice guillemot CLA
Modified: 2015-07-15 08:54 EDT (History)
0 users

See Also:


Attachments
source example (407 bytes, application/octet-stream)
2015-07-15 08:54 EDT, patrice guillemot CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description patrice guillemot CLA 2015-07-15 08:54:41 EDT
Created attachment 255217 [details]
source example

Using the attached project.

When stopped at line 18, I would like to evaluate the expression "vec[0]" in the expression view. The agent cannot evaluate the expression.
This limits the debugging of code using C++ STL.