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"
):
答案 0 :(得分:2)
不知何故,Visual Studio使用Update 3销毁了自己。我不得不重新安装英语语言包并在Visual Studio中设置它(在它之前是德语并且没有英语选项)。现在它有效。