Tagged Questions
3
votes
2answers
400 views
Unix/Linux C++ debugger that supports STL containers?
Currently I am using gcc-4.3.6 and Eclipse IDE for c++ development. I want to debug my project in Eclipse with gdb. I am having a hard time debugging code when it contains STL containers. Also I am ...