in KDevelop, when I debug a vector, I can see its content. This is the result of
vector<int> v = {1,2,3};
but debugging a vector< vector < int > > doesn't show its content. This is the result of
vector< vector < int > > v = {{1,2,3}, {4,5,6}};
How can I debug nested STL containers?
This is a known bug in KDevelop which was fixed in version 4.7.0.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With