Powered By Blogger

Monday, June 21, 2010

STL debugging

Google has a library that helps in debugging C++ applications that use STL. It's specially tuned to overcome the issues that GDB has as of version 6.8. Basically, the library provides functions to inspect and display STL containers.

Useful try using it.

More details are available http://code.google.com/p/stl-debug/

No comments:

Post a Comment