Bug 189243 - Display the element values of STL containers - at debug time
Summary: Display the element values of STL containers - at debug time
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 3.1.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-25 17:58 EDT by Harsha Vardhan CLA
Modified: 2020-09-04 15:22 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 Harsha Vardhan CLA 2007-05-25 17:58:44 EDT
I started using CDT . It's really good.

Can I ask one more favor.
At runtime, In debug mode, I can see the values of the variables, but for STL containers like vector, set, etc I cant see them.

Is there any possible way to display the values of the vector elements in variable view. like Microsoft VC++ 2005 Express Edition does.
eg. v[]={3,4,2,1} Display like this in the variable window

It will be good for development.

Thanks