Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Expression window of Debug: values of std::vector not shown
Expression window of Debug: values of std::vector not shown [message #1703867] Wed, 05 August 2015 13:30
IR CO is currently offline IR COFriend
Messages: 2
Registered: August 2015
Junior Member
Hello,

Moved several days ago to Luna and have experienced a strange problem that the values of std::vector are not shown in expression window of debug perspective.

BTW, no problem was observed in Indigo Eclipse and I could see the value of std::vector ...

Here is the piece code of interest.
For arr both type and values are shown,
For valIn, only the type is shown, and value is empty (!).

double foo(const MML_Params& mmlParams, vector<double>& valIn)
{

double arr[10];
for (uint i = 0; i < valIn.size(); i++){
arr[i] = valIn[i];
}

The screenshot of the expression window is attached.
index.php/fa/22800/0/
  • Attachment: expr2.png
    (Size: 20.71KB, Downloaded 432 times)

[Updated on: Wed, 05 August 2015 21:10]

Report message to a moderator

Previous Topic:Build all but deploy only current project
Next Topic:[SOLVED] gtkmm & eclipse on ubuntu
Goto Forum:
  


Current Time: Fri Apr 26 22:06:36 GMT 2024

Powered by FUDForum. Page generated in 0.02784 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top