3
votes
How do I print the elements of a C++ vector in GDB?
'Watching' STL containers while debugging is somewhat of a problem. Here are 3 different solutions I have used in the past, none of them is perfect.
1) Use GDB scripts from …
