Debugging with gdb, any c++ code that uses STL/boost is still a nightmare. Anyone who has used gdb with STL knows this. For example, see sample runs of some debugging sessio
You might look at:
Inspecting standard container (std::map) contents with gdb