I\'m looking for the perfect Linux C++ debugger. I don\'t expect success, but the search should be informative.
I am a quite capable gdb user but STL and Boost easily c
There are simple scripts which let you dump STL structures from GDB.
Take a look here
I haven't done C++ development in Linux for a while now but when I did I had good luck when KDevelop's debugger. Nothing revolutionary but it let you quickly explore object properties like you are looking for.
UndoDB is amazing if you don't mind paying for it. The reversible capability is much much faster than GDB's. http://www.undo-software.com/
ffffd (data display debugger)is quite good.....it is basically a visual gdb....