Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 VS2012 中调试 C++ 时,我插入了一个断点并执行了代码。到达断点时,我将鼠标悬停在断点之前声明(和分配)的任何 int/string 变量的名称上,但智能感知不显示该变量的最新值。我以为它应该这样做?是否有我需要启用的设置?
将 VS2012 设置为“发布”而不是“调试”