Cannot see items in an STL container in VS2017
-
Some time ago I reported that, when debugging C++ in VS2017, you can't always see what a
unique_ptr
is managing[^]. The same thing sometimes happens with other containers, such as or . That is, you can inspect the container's private members, but not the items that it actually holds. I'm starting to think there's something wrong with my system, given that this problem report has attracted no interest. But if you've experienced it, please upvote the item so that they will fix it instead of triaging it. -
Some time ago I reported that, when debugging C++ in VS2017, you can't always see what a
unique_ptr
is managing[^]. The same thing sometimes happens with other containers, such as or . That is, you can inspect the container's private members, but not the items that it actually holds. I'm starting to think there's something wrong with my system, given that this problem report has attracted no interest. But if you've experienced it, please upvote the item so that they will fix it instead of triaging it. -
I use VS2017 but have never experienced this problem. Do you have a code snippet that always demonstrates the issue?