Inspecting STL container not working right

时间:2016-08-31 16:50:23

标签: c++ visual-studio visual-studio-2015

Since Update 3 of Visual Studio 2015, I have the problem that the Inspector won't show me the informations like the string content of an std::wstring in the first place. I had to open the Inspector first to see the string. I tried to fixed the problem with this question but it don't work. Also std::string, std::vector<T>, etc. don't work and only show {...}.

Screenshot (Instead of {...} there should be something like L"Hello"): Inspector

1 个答案:

答案 0 :(得分:2)

不知何故,Visual Studio使用Update 3销毁了自己。我不得不重新安装英语语言包并在Visual Studio中设置它(在它之前是德语并且没有英语选项)。现在它有效。

相关:https://connect.microsoft.com/VisualStudio/feedback/details/1676171/change-in-c-stl-container-implementation-causes-debug-visualizer-error