IMPONRATNT: I'm using an old version of gcc (32bit MinGW 4.8.1) and Eclipse (Kepler Service Release 2, Build id: 20140224-0627). Upgrading any of the tools I'm using is not allowed.
I haven't used Eclipse in a very long time (a couple of years). I simply want to check the contents (for example each integer in a std::stack<int>
, each string in a std::deque<std::string>
etc.). Instead I get this iterator stuff:
I tried using the Expressions view but I don't know how much code one can insert there. Not to mention that you can go "infinitely" deep by following the _M_next
and _M_prev
without achieving a thing.