Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

debugging C++ code with templates and STL with gdb

What do gdb users here think about its capabilities in regards to debugging code with templates and STL?

Do you use any tricks to make the debugging any simpler? Perhaps some Python scripts? Or are you satisfied the way it is at present in gdb (ver 6.x, haven't tried 7.x yet)?

Thanks.

like image 333
user193272 Avatar asked Oct 23 '09 01:10

user193272


1 Answers

This may be of help: GDB STL Support Tools

like image 187
Amro Avatar answered Oct 24 '22 17:10

Amro