vote up 1 vote down star
2

I use gdb (actually DDD), and getting an element out of container is impossible. So I typically end up rolling my own loop for debugging purposes...

What do you do?

flag

2 Answers

vote up 2 vote down

Here's some previous answers, for vectors and for maps - especially note the first answer in the maps question.

link|flag
vote up 3 vote down

Qt Creator is capable of visualizing both Qt containers and STL containers.

There's ongoing work to get GDB to support pretty printing on its own. So far it hasn't made it into any official releases yet, but Fedora 11 shipped it already.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.