AresSpooker 发表于 2005-4-29 13:38:34

gdb调试时如何查看map<string,string>

在程序中有map<string,string> mapTest;这样一个变量。在gdb调试时,可以用什么方法查看mapTest的值?
排除使用迭代器的方法!!!!
页: [1]
查看完整版本: gdb调试时如何查看map<string,string>