What C++ IDE natively support STL containers view in debug mode?
One IDE is Visual Studio, but I’m looking to move from it and would like to have STL containers in debug mode. Specifically looking now for Windows IDEs, other OS IDEs welcome.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Eclipse!
“CDT debug now supports full pretty-printing of STL structures using GDB 7.0 or later. This means that complex structures such as Maps, Lists and Vectors, will be shown in a user-friendly fashion.” (source)
(CDT is Eclipse’s C/C++ Development Tooling)